From 7de41c1e07cdc506f4438e5ec9a1315a4ac9330c Mon Sep 17 00:00:00 2001 From: Ross Bencina Date: Sat, 4 May 2024 09:04:11 +1000 Subject: [PATCH] macOS CI: switch vcpkg_triplet to arm64-osx for compatibility with new GitHub default CI runners (#908) --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1d654c3cd..bf49f3588 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -49,13 +49,13 @@ jobs: -DASIO_SDK_ZIP_PATH="asiosdk.zip" - name: macOS Clang os: macOS-latest - vcpkg_triplet: x64-osx + vcpkg_triplet: arm64-osx cmake_generator: "Unix Makefiles" cmake_options: -DCMAKE_FRAMEWORK=OFF - name: macOS Clang framework os: macOS-latest - vcpkg_triplet: x64-osx + vcpkg_triplet: arm64-osx cmake_generator: "Unix Makefiles" cmake_options: -DCMAKE_FRAMEWORK=ON