Skip to content

Commit

Permalink
CI: back to macOS 11 and cibuildwheel 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jun 16, 2024
1 parent 19716a5 commit 811faa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13, macos-latest, windows-2019]
os: [ubuntu-22.04, macos-11, windows-2019]

steps:
- uses: actions/checkout@v3

- name: Build wheels
uses: pypa/cibuildwheel@v2.19
uses: pypa/cibuildwheel@v2.17
env:
# Skip Python 32 bit Linux, and PyPy
CIBW_BUILD: "cp312-*"
Expand Down

0 comments on commit 811faa1

Please sign in to comment.