Skip to content

Commit

Permalink
ci: update version of macos runner in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Dec 10, 2024
1 parent 35229b5 commit 3c02fb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/verify-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ permissions:
on: [workflow_dispatch, pull_request, push]

jobs:
verify_homebrew_macos_12:
name: MacOS 12
runs-on: macos-12
verify_homebrew_macos_14:
name: MacOS 14
runs-on: macos-14
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- name: Install Ockam
Expand All @@ -20,7 +20,7 @@ jobs:
ls -l /usr/local/etc/bash_completion.d/ockam
echo "Ockam was successfully installed via Homebrew on MacOS 12." | tee -a $GITHUB_STEP_SUMMARY
echo "Ockam was successfully installed via Homebrew on MacOS 14." | tee -a $GITHUB_STEP_SUMMARY
verify_homebrew_ubuntu_22_04:
name: Ubuntu 22.04
Expand Down

0 comments on commit 3c02fb6

Please sign in to comment.