Skip to content

Commit

Permalink
ci: macos-latest is Apple Silicon, use correct vcpkg triple.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed May 18, 2024
1 parent 8209e95 commit 1971033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
vcpkg_triplet: x64-linux
- build: macos
os: macos-latest
vcpkg_triplet: x64-osx
vcpkg_triplet: arm64-osx
- build: windows
os: windows-latest
vcpkg_triplet: x64-windows-static-md
Expand Down

0 comments on commit 1971033

Please sign in to comment.