Skip to content

Commit

Permalink
.github/workflows/cibuildwheel.yml: Update macOS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jun 24, 2024
1 parent f0b45ab commit 32ba245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
arch: i686
- os: ubuntu-latest
arch: aarch64
- os: macos-13
arch: x86_64
- os: macos-latest
arch: auto
- os: macos-14
arch: arm64
env:
CIBW_ARCHS: ${{ matrix.arch }}
Expand Down

0 comments on commit 32ba245

Please sign in to comment.