We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605117f commit f505f24Copy full SHA for f505f24
2 files changed
.github/workflows/build_macos.yml
@@ -23,9 +23,6 @@ concurrency:
23
group: ${{ github.workflow }}-${{ github.ref }}
24
cancel-in-progress: true
25
26
-env:
27
- DEVELOPER_DIR: /Applications/Xcode_15.1.app/Contents/Developer
28
-
29
jobs:
30
configure:
31
runs-on: macos-latest
.github/workflows/python_macos.yml
@@ -48,7 +48,7 @@ jobs:
48
env:
49
CIBW_ARCHS: ${{matrix.cibw_archs}}
50
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
51
- CIBW_TEST_SKIP: "*-macosx_x86_64 *-macosx_universal2:x86_64"
+ #CIBW_TEST_SKIP: "*-macosx_x86_64 *-macosx_universal2:x86_64"
52
CIBW_DEBUG_TRACEBACK: TRUE
53
CIBW_ENVIRONMENT: |
54
CIBW_DEBUG_TRACEBACK=TRUE MACOSX_DEPLOYMENT_TARGET=11.0 YUP_OSX_DEPLOYMENT_TARGET=11.0 YUP_OSX_ARCHITECTURES="x86_64;arm64"
0 commit comments