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.
2 parents 52254d4 + 168b143 commit f34c531Copy full SHA for f34c531
.github/workflows/wheels.yml
@@ -55,7 +55,7 @@ jobs:
55
CIBW_TEST_COMMAND: "python {project}/tests/test_basic.py {project}/data/"
56
CIBW_BUILD: "${{ matrix.cpversion }}-${{ matrix.os.cibw-arch }}"
57
CIBW_TEST_SKIP: "*-macosx_arm64"
58
- CIBW_ENVIRONMENT: "MAX_JOBS=2"
+ CIBW_ENVIRONMENT: "MAX_JOBS=${{ matrix.os.runs-on == 'macos-latest' && 3 || 2 }}"
59
# Why universal2 here? It's not included above in CIBW_BUILD
60
CIBW_ARCHS_MACOS: "x86_64 arm64 universal2"
61
CIBW_ENVIRONMENT_MACOS: "CMAKE_OSX_ARCHITECTURES=\"${{ matrix.os.cibw-arch == 'macosx_x86_64' && 'x86_64' || matrix.os.cibw-arch == 'macosx_arm64' && 'arm64' || matrix.os.cibw-arch == 'macosx_universal2' && 'arm64;x86_64' || '' }}\""
0 commit comments