Skip to content

Commit

Permalink
Updated runner to macos-13 for builds
Browse files Browse the repository at this point in the history
We know that the build fails on macos-14. Perhaps, macos-13 still works. This will be a step-by-step check.
  • Loading branch information
Crosswind authored Jul 18, 2024
1 parent fcb7f1e commit 5917c11
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-latest, windows-latest, macos-12]
os: [ubuntu-latest, windows-latest, macos-13]
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-13}
- {python: '3.9', os: macos-13}
- {python: '3.10', os: macos-13}
- {python: '3.11', os: macos-13}
- {python: '3.12', os: macos-13}

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

0 comments on commit 5917c11

Please sign in to comment.