Skip to content

Commit

Permalink
CI: Use GitHub macos arm runner for wheels (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 authored Feb 16, 2024
1 parent 1e8f5dd commit ee494d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 45 deletions.
39 changes: 0 additions & 39 deletions .cirrus.yml

This file was deleted.

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 ee494d8

Please sign in to comment.