From 0014d51188d7503f32741262a36aaa8a2c3fd413 Mon Sep 17 00:00:00 2001 From: snowman2 Date: Thu, 15 Feb 2024 22:03:33 -0600 Subject: [PATCH] CI: Enable macos arm runner for wheels --- .github/workflows/release.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 49da5460..acdc7c31 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -65,12 +65,9 @@ jobs: - os: macos-11 arch: x86_64 cmake_osx_architectures: x86_64 - # - os: macos-11 - # arch: arm64 - # cmake_osx_architectures: arm64 - # - os: macos-11 - # arch: universal2 - # cmake_osx_architectures: "x86_64;arm64" + - os: macos-14 + arch: arm64 + cmake_osx_architectures: arm64 - os: "windows-2022" arch: "auto64" triplet: "x64-windows"