Skip to content

Commit 348c1ef

Browse files
committed
.
1 parent 40532c2 commit 348c1ef

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ jobs:
4848
- runner: ubuntu-24.04
4949
python-version: "cp312-manylinux_x86_64"
5050
archs: "x86_64"
51-
#- runner: ubuntu-24.04
52-
# python-version: "cp312-manylinux_aarch64"
53-
# archs: "aarch64"
54-
# - runner: ubuntu-24.04
55-
# python-version: "cp312-manylinux_i686"
56-
# - runner: ubuntu-24.04
57-
# python-version: "cp312-manylinux_aarch64"
58-
# - runner: ubuntu-24.04
59-
# python-version: "cp312-manylinux_armv7l"
51+
- runner: ubuntu-24.04
52+
python-version: "cp312-manylinux_i686"
53+
archs: "i686"
54+
- runner: ubuntu-24.04
55+
python-version: "cp312-manylinux_aarch64"
56+
archs: "aarch64"
57+
- runner: ubuntu-24.04
58+
python-version: "cp312-manylinux_armv7l"
59+
archs: "armv7l"
6060
steps:
6161
- uses: actions/checkout@v4
6262
- name: Download stub artifact
@@ -100,10 +100,10 @@ jobs:
100100
fail-fast: false
101101
matrix:
102102
platform:
103-
# - runner: macos-13
104-
# python-version: "cp312-macosx_x86_64"
105-
# archs: "x86_64"
106-
# macosx_deployment_target: "13.0"
103+
- runner: macos-13
104+
python-version: "cp312-macosx_x86_64"
105+
archs: "x86_64"
106+
macosx_deployment_target: "13.0"
107107
- runner: macos-14
108108
python-version: "cp312-macosx_arm64"
109109
archs: "arm64"

0 commit comments

Comments
 (0)