File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,10 @@ jobs:
1414 strategy :
1515 matrix :
1616 os :
17- - macos-latest
18- # - ubuntu-latest # Linux x86_64
19- # - ubuntu-24.04-arm # Linux aarch64
20- # - macos-latest # macOS Intel (builds universal2 wheels)
21- # - windows-latest # Windows x86_64
17+ - ubuntu-latest # Linux x86_64
18+ - ubuntu-24.04-arm # Linux aarch64
19+ - macos-latest # macOS Intel (builds universal2 wheels)
20+ - windows-latest # Windows x86_64
2221 outputs :
2322 tag : ${{ steps.read_ver.outputs.tag }}
2423 file_ver : ${{ steps.read_ver.outputs.file_ver }}
7776 CIBW_ARCHS_MACOS : arm64
7877
7978 # std::filesystem needs macOS 10.15+
80- CIBW_ENVIRONMENT_MACOS : " MACOSX_DEPLOYMENT_TARGET=10.15 "
79+ CIBW_ENVIRONMENT_MACOS : " MACOSX_DEPLOYMENT_TARGET=11.0 "
8180
8281 # Windows: default is AMD64; explicit for clarity
8382 CIBW_ARCHS_WINDOWS : AMD64
You can’t perform that action at this time.
0 commit comments