Skip to content

Commit 8624af4

Browse files
committed
revert to cibuildwheel 2.23.3
1 parent c409b13 commit 8624af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
6565
if: startsWith(matrix.os, 'windows-')
6666

67-
- uses: pypa/cibuildwheel@v3.0.0
67+
- uses: pypa/cibuildwheel@v2.23.3
6868
if: matrix.os != 'macos-13-xlarge'
6969
with:
7070
output-dir: dist
@@ -78,7 +78,7 @@ jobs:
7878

7979
- run: pip install pipx
8080
if: matrix.os == 'macos-13-xlarge'
81-
- uses: pypa/cibuildwheel@v3.0.0
81+
- uses: pypa/cibuildwheel@v2.23.3
8282
if: matrix.os == 'macos-13-xlarge'
8383
with:
8484
output-dir: dist

0 commit comments

Comments
 (0)