Skip to content

Commit 02c7081

Browse files
committed
.
1 parent e5b31c7 commit 02c7081

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,11 @@ jobs:
8383
matrix:
8484
platform:
8585
- runner: ubuntu-24.04
86-
python-version: "{cp312-manylinux_x86_64,cp312-manylinux_aarch64}"
87-
archs: "x86_64,aarch64"
86+
python-version: "cp312-manylinux_x86_64"
87+
archs: "x86_64"
88+
#- runner: ubuntu-24.04
89+
# python-version: "{cp312-manylinux_x86_64,cp312-manylinux_aarch64}"
90+
# archs: "x86_64,aarch64"
8891
# - runner: macos-13
8992
# python-version: "cp312-macosx_x86_64"
9093
# arch: "x86_64"

0 commit comments

Comments
 (0)