Skip to content

Commit d27e4e6

Browse files
committed
Revert cibuildwheel update.
Org limit. Try an older mac image to see if we can get that to build.
1 parent d095461 commit d27e4e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autodeploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest, macos-latest, windows-latest]
21+
os: [ubuntu-latest, macos-13, windows-latest]
2222
steps:
2323
- uses: actions/checkout@v4
2424
with:
@@ -30,7 +30,7 @@ jobs:
3030
python-version: '3.10'
3131

3232
- name: Build wheels
33-
uses: pypa/cibuildwheel@v2.19
33+
uses: pypa/cibuildwheel@v2.1.2
3434
env:
3535
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
3636
CIBW_BUILD_VERBOSITY: 1

0 commit comments

Comments
 (0)