Skip to content

Commit ba74695

Browse files
committed
.
1 parent ca5eca9 commit ba74695

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,26 @@ jobs:
8585
- runner: ubuntu-24.04
8686
python-version: "cp312-manylinux_x86_64"
8787
archs: "x86_64"
88+
- runner: ubuntu-24.04
89+
python-version: "cp312-manylinux_aarch64"
90+
archs: "aarch64"
8891
#- runner: ubuntu-24.04
8992
# python-version: "{cp312-manylinux_x86_64,cp312-manylinux_aarch64}"
9093
# archs: "x86_64,aarch64"
91-
# - runner: macos-13
92-
# python-version: "cp312-macosx_x86_64"
93-
# arch: "x86_64"
94-
# macosx_deployment_target: "13.0"
95-
# - runner: macos-14
96-
# python-version: "cp312-macosx_arm64"
97-
# arch: "arm64"
98-
# macosx_deployment_target: "14.0"
99-
# - runner: windows-latest
100-
# python-version: "cp312-win_amd64"
101-
# - runner: windows-latest
102-
# python-version: "cp312-win32"
94+
- runner: macos-13
95+
python-version: "cp312-macosx_x86_64"
96+
archs: "x86_64"
97+
macosx_deployment_target: "13.0"
98+
- runner: macos-14
99+
python-version: "cp312-macosx_arm64"
100+
archs: "arm64"
101+
macosx_deployment_target: "14.0"
102+
- runner: windows-latest
103+
archs: "AMD64"
104+
python-version: "cp312-win_amd64"
105+
- runner: windows-latest
106+
archs: "x86"
107+
python-version: "cp312-win32"
103108
# - runner: ubuntu-24.04
104109
# python-version: "cp312-manylinux_x86_64"
105110
# - runner: ubuntu-24.04

0 commit comments

Comments
 (0)