Skip to content

Commit

Permalink
Merge pull request #1992 from chipitsine/macos_14
Browse files Browse the repository at this point in the history
CI: add macos-14
  • Loading branch information
chipitsine committed May 4, 2024
2 parents 8ad34b2 + 186d48f commit 7006539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
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 7006539

Please sign in to comment.