Skip to content

Commit 9209150

Browse files
committed
Try full build
1 parent 68de03a commit 9209150

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -77,7 +76,7 @@ jobs:
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

0 commit comments

Comments
 (0)