Skip to content

Commit 7f592c9

Browse files
committed
.
1 parent 9f95f7f commit 7f592c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ jobs:
118118
platform:
119119
- runner: macos-13
120120
#target: x86_64
121-
python-version: ["cp312-macosx_x86_64"]
121+
python-version: "cp312-macosx_x86_64"
122122
macosx_deployment_target: "13.0"
123123
- runner: macos-14
124124
#target: aarch64
125-
python-version: ["cp312-macosx_arm64"]
125+
python-version: "cp312-macosx_arm64"
126126
macosx_deployment_target: "14.0"
127127
steps:
128128
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)