File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ concurrency:
2323 group : ${{ github.workflow }}-${{ github.ref }}
2424 cancel-in-progress : true
2525
26- env :
27- DEVELOPER_DIR : /Applications/Xcode_15.1.app/Contents/Developer
28-
2926jobs :
3027 configure :
3128 runs-on : macos-latest
Original file line number Diff line number Diff line change 4848 env :
4949 CIBW_ARCHS : ${{matrix.cibw_archs}}
5050 CIBW_BUILD : cp${{ matrix.python }}-${{ matrix.platform_id }}
51- CIBW_TEST_SKIP : " *-macosx_x86_64 *-macosx_universal2:x86_64"
51+ # CIBW_TEST_SKIP: "*-macosx_x86_64 *-macosx_universal2:x86_64"
5252 CIBW_DEBUG_TRACEBACK : TRUE
5353 CIBW_ENVIRONMENT : |
5454 CIBW_DEBUG_TRACEBACK=TRUE MACOSX_DEPLOYMENT_TARGET=11.0 YUP_OSX_DEPLOYMENT_TARGET=11.0 YUP_OSX_ARCHITECTURES="x86_64;arm64"
You can’t perform that action at this time.
0 commit comments