Skip to content

Commit

Permalink
macOS CI: switch vcpkg_triplet to arm64-osx for compatibility with ne…
Browse files Browse the repository at this point in the history
…w GitHub default CI runners (#908)
  • Loading branch information
RossBencina authored May 3, 2024
1 parent 5a1920d commit 7de41c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7de41c1

Please sign in to comment.