Skip to content

Commit

Permalink
ci: switch to supported macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Nov 3, 2024
1 parent 4098a59 commit 34d4ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, ubuntu-20.04, windows-2019]
os: [macos-13, ubuntu-20.04, windows-2019]
dependencies: [submodule, vcpkg]
steps:
- name: Checkout source
Expand Down

0 comments on commit 34d4ccb

Please sign in to comment.