Skip to content

Commit

Permalink
CI: Enable macos arm runner for wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Feb 16, 2024
1 parent 1e8f5dd commit 0014d51
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0014d51

Please sign in to comment.