Skip to content

Commit

Permalink
Update CI macOS version
Browse files Browse the repository at this point in the history
actions/runner-images#9255

- macOS 11 is removed
- macOS 14 is added
  • Loading branch information
kitsuyui committed Jul 13, 2024
1 parent 4006032 commit 79d3203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test_installation:
strategy:
matrix:
macos: [macos-11, macos-12, macos-13]
macos: [macos-12, macos-13, macos-14]
runs-on: ${{ matrix.macos }}
steps:
- name: Checkout
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Checkout branch
run: |
cd /usr/local/Homebrew/Library/Taps/kitsuyui/homebrew-myip
cd "${$HOMEBREW_PREFIX}"/Library/Taps/kitsuyui/homebrew-myip
git checkout ${{ github.head_ref }}
if: ${{ github.head_ref != 'main' }}

Expand Down

0 comments on commit 79d3203

Please sign in to comment.