We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b31c7 commit 02c7081Copy full SHA for 02c7081
.github/workflows/pysplashsurf_CI.yml
@@ -83,8 +83,11 @@ jobs:
83
matrix:
84
platform:
85
- runner: ubuntu-24.04
86
- python-version: "{cp312-manylinux_x86_64,cp312-manylinux_aarch64}"
87
- archs: "x86_64,aarch64"
+ python-version: "cp312-manylinux_x86_64"
+ archs: "x86_64"
88
+ #- runner: ubuntu-24.04
89
+ # python-version: "{cp312-manylinux_x86_64,cp312-manylinux_aarch64}"
90
+ # archs: "x86_64,aarch64"
91
# - runner: macos-13
92
# python-version: "cp312-macosx_x86_64"
93
# arch: "x86_64"
0 commit comments