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 cede498 commit f6673f1Copy full SHA for f6673f1
.github/workflows/pysplashsurf_CI.yml
@@ -83,11 +83,8 @@ jobs:
83
matrix:
84
platform:
85
- runner: ubuntu-24.04
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"
+ python-version: "{cp312-manylinux_x86_64,cp312-manylinux_aarch64}"
+ archs: "x86_64,aarch64"
91
# - runner: macos-13
92
# python-version: "cp312-macosx_x86_64"
93
# arch: "x86_64"
0 commit comments