Skip to content

Commit 5592886

Browse files
committed
Change cibuildwheel back to v2.22
1 parent 85c335d commit 5592886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
brew fetch --retry libomp && brew reinstall libomp
146146
echo MACOSX_DEPLOYMENT_TARGET=$(otool -l $(brew --prefix libomp)/lib/libomp.dylib | grep minos | awk '{print $2}') >> $GITHUB_ENV
147147
148-
- uses: pypa/cibuildwheel@v3.2.1
148+
- uses: pypa/cibuildwheel@v2.22
149149
with:
150150
output-dir: wheelhouse
151151
env:

0 commit comments

Comments
 (0)