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 9f95f7f commit 7f592c9Copy full SHA for 7f592c9
1 file changed
.github/workflows/pysplashsurf_CI.yml
@@ -118,11 +118,11 @@ jobs:
118
platform:
119
- runner: macos-13
120
#target: x86_64
121
- python-version: ["cp312-macosx_x86_64"]
+ python-version: "cp312-macosx_x86_64"
122
macosx_deployment_target: "13.0"
123
- runner: macos-14
124
#target: aarch64
125
- python-version: ["cp312-macosx_arm64"]
+ python-version: "cp312-macosx_arm64"
126
macosx_deployment_target: "14.0"
127
steps:
128
- uses: actions/checkout@v4
0 commit comments