Skip to content

Commit

Permalink
Revert cibuildwheel update.
Browse files Browse the repository at this point in the history
Org limit. Try an older mac image to see if we can get that to build.
  • Loading branch information
sserita committed Jun 11, 2024
1 parent d095461 commit d27e4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autodeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -30,7 +30,7 @@ jobs:
python-version: '3.10'

- name: Build wheels
uses: pypa/cibuildwheel@v2.19
uses: pypa/cibuildwheel@v2.1.2
env:
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
CIBW_BUILD_VERBOSITY: 1
Expand Down

0 comments on commit d27e4e6

Please sign in to comment.