Skip to content

Commit

Permalink
github action: specify OSX version
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed May 2, 2024
1 parent 94da72a commit 05437f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
cfg:
- { os: ubuntu-latest, triplet: x64-linux }
- { os: windows-2022, triplet: x64-windows-static-vs2022 }
- { os: macos-latest, triplet: x64-osx }
- { os: macos-13, triplet: x64-osx }

steps:
- name: install python
Expand Down

0 comments on commit 05437f7

Please sign in to comment.