Skip to content

Commit

Permalink
CI: add macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
chipitsine committed May 4, 2024
1 parent 9378c34 commit 186d48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build_and_test:
strategy:
matrix:
os: [macos-13, macos-12, macos-11]
os: [macos-14, macos-13, macos-12, macos-11]
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 186d48f

Please sign in to comment.