Skip to content

Commit

Permalink
Bump x64 triplets to min1100 as required by upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Apr 23, 2024
1 parent e310887 commit 73a33c4
Showing 1 changed file with 6 additions and 6 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 73a33c4

Please sign in to comment.