File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 with :
153153 install : true
154154 - name : Build wheels on ${{matrix.arch}}
155- uses : pypa/cibuildwheel@v3.1.2
155+ uses : pypa/cibuildwheel@v2.22.0
156156 env :
157157 CIBW_BUILD : ${{matrix.CIBW_BUILD}}
158158 CIBW_ENVIRONMENT : " "
@@ -193,7 +193,7 @@ jobs:
193193 set -eux
194194 brew install eigen nlohmann-json libomp
195195 - name : Build wheels on macos x86_64
196- uses : pypa/cibuildwheel@v3.1.2
196+ uses : pypa/cibuildwheel@v2.22.0
197197 env :
198198 CIBW_SKIP : " pp*"
199199 CIBW_PLATFORM : macos
@@ -225,7 +225,7 @@ jobs:
225225 set -eux
226226 brew install eigen nlohmann-json libomp
227227 - name : Build wheels on macos arm64
228- uses : pypa/cibuildwheel@v3.1.2
228+ uses : pypa/cibuildwheel@v2.22.0
229229 env :
230230 CIBW_SKIP : " pp*"
231231 CIBW_PLATFORM : macos
@@ -266,7 +266,7 @@ jobs:
266266 vcpkg --triplet x64-windows install nlohmann-json
267267 vcpkg integrate install
268268 - name : Build wheels on ${{ matrix.CIBW_PLATFORM }} ${{matrix.arch}}
269- uses : pypa/cibuildwheel@v3.1.2
269+ uses : pypa/cibuildwheel@v2.22.0
270270 env :
271271 CIBW_ENVIRONMENT : ${{ matrix.CIBW_ENVIRONMENT }}
272272 CIBW_PLATFORM : ${{ matrix.CIBW_PLATFORM }}
You can’t perform that action at this time.
0 commit comments