Skip to content

Commit

Permalink
Merge pull request #72 from fwcd/update-vcpkg
Browse files Browse the repository at this point in the history
Bump vcpkg to latest 2.5
  • Loading branch information
fwcd authored Apr 23, 2024
2 parents 023db3e + 73a33c4 commit d2b7671
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
os: macos-11
suffix: ''
triplet: arm64-osx-min1100-release
host_triplet: x64-osx-min1015-release
host_triplet: x64-osx-min1100-release
ccache_path: ~/Library/Caches/ccache
cpack_generator: DragNDrop
package_extension: dmg
Expand All @@ -33,8 +33,8 @@ jobs:
- name: macOS (x86_64)
os: macos-11
suffix: ''
triplet: x64-osx-min1015-release
host_triplet: x64-osx-min1015-release
triplet: x64-osx-min1100-release
host_triplet: x64-osx-min1100-release
ccache_path: ~/Library/Caches/ccache
cpack_generator: DragNDrop
package_extension: dmg
Expand All @@ -44,7 +44,7 @@ jobs:
os: macos-11
suffix: '-debugasserts'
triplet: arm64-osx-min1100-release
host_triplet: x64-osx-min1015-release
host_triplet: x64-osx-min1100-release
ccache_path: ~/Library/Caches/ccache
cpack_generator: DragNDrop
package_extension: dmg
Expand All @@ -54,8 +54,8 @@ jobs:
- name: macOS (x86_64, Debug Assertions)
os: macos-11
suffix: '-debugasserts'
triplet: x64-osx-min1015-release
host_triplet: x64-osx-min1015-release
triplet: x64-osx-min1100-release
host_triplet: x64-osx-min1100-release
ccache_path: ~/Library/Caches/ccache
cpack_generator: DragNDrop
package_extension: dmg
Expand Down

0 comments on commit d2b7671

Please sign in to comment.