We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c409b13 commit 8624af4Copy full SHA for 8624af4
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
65
if: startsWith(matrix.os, 'windows-')
66
67
- - uses: pypa/cibuildwheel@v3.0.0
+ - uses: pypa/cibuildwheel@v2.23.3
68
if: matrix.os != 'macos-13-xlarge'
69
with:
70
output-dir: dist
@@ -78,7 +78,7 @@ jobs:
78
79
- run: pip install pipx
80
if: matrix.os == 'macos-13-xlarge'
81
82
83
84
0 commit comments