Skip to content

Commit

Permalink
use macos-latest for wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Dec 5, 2024
1 parent 2468417 commit 8b6b69c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-12]
os: [ubuntu-20.04, windows-2019, macos-latest]
steps:

- name: Checkout
Expand Down Expand Up @@ -61,11 +61,11 @@ jobs:
fail-fast: false
matrix:
include:
- {python: '3.8', os: macos-12}
- {python: '3.9', os: macos-12}
- {python: '3.10', os: macos-12}
- {python: '3.11', os: macos-12}
- {python: '3.12', os: macos-12}
- {python: '3.8', os: macos-latest}
- {python: '3.9', os: macos-latest}
- {python: '3.10', os: macos-latest}
- {python: '3.11', os: macos-latest}
- {python: '3.12', os: macos-latest}

- {python: '3.8', os: ubuntu-20.04}
- {python: '3.9', os: ubuntu-20.04}
Expand Down

0 comments on commit 8b6b69c

Please sign in to comment.