From 3c21eafd647601fd2accd9bfad11ff34e84256df Mon Sep 17 00:00:00 2001 From: fwcd Date: Tue, 30 Jan 2024 19:59:01 +0100 Subject: [PATCH] Use macOS 14 runners --- .github/workflows/build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0153f3b..39bb3af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,30 +22,30 @@ 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 @@ -53,10 +53,10 @@ jobs: -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