Skip to content

Commit

Permalink
Use macOS 14 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jul 8, 2024
1 parent 4568ddd commit 3c21eaf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,41 +22,41 @@ jobs:
matrix:
include:
- name: macOS (arm64)
os: macos-13
os: macos-14
suffix: ''
triplet: arm64-osx-min1100-release
host_triplet: x64-osx-min1100-release
host_triplet: arm64-osx-min1100-release
ccache_path: ~/Library/Caches/ccache
cpack_generator: DragNDrop
package_extension: dmg
cmake_args: >-
-DMACOS_BUNDLE=ON
- name: macOS (x86_64)
os: macos-13
os: macos-14
suffix: ''
triplet: x64-osx-min1100-release
host_triplet: x64-osx-min1100-release
host_triplet: arm64-osx-min1100-release
ccache_path: ~/Library/Caches/ccache
cpack_generator: DragNDrop
package_extension: dmg
cmake_args: >-
-DMACOS_BUNDLE=ON
- name: macOS (arm64, Debug Assertions)
os: macos-13
os: macos-14
suffix: '-debugasserts'
triplet: arm64-osx-min1100-release
host_triplet: x64-osx-min1100-release
host_triplet: arm64-osx-min1100-release
ccache_path: ~/Library/Caches/ccache
cpack_generator: DragNDrop
package_extension: dmg
cmake_args: >-
-DDEBUG_ASSERTIONS_FATAL=ON
-DMACOS_BUNDLE=ON
- name: macOS (x86_64, Debug Assertions)
os: macos-13
os: macos-14
suffix: '-debugasserts'
triplet: x64-osx-min1100-release
host_triplet: x64-osx-min1100-release
host_triplet: arm64-osx-min1100-release
ccache_path: ~/Library/Caches/ccache
cpack_generator: DragNDrop
package_extension: dmg
Expand Down

0 comments on commit 3c21eaf

Please sign in to comment.