Skip to content

Commit

Permalink
ci(cmake): switch to a macOS image with vcpkg installed
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed May 5, 2024
1 parent 8e446dd commit 5da70dd
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-latest, ubuntu-20.04, windows-2019]
os: [macos-12, ubuntu-20.04, windows-2019]
dependencies: [submodule, vcpkg]
steps:
- name: Checkout source
Expand Down

0 comments on commit 5da70dd

Please sign in to comment.