File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -386,16 +386,16 @@ jobs:
386386 matrix_yaml : |
387387 include:
388388 # arm64 iOS device
389- - { spec: cp313-ios_arm64_iphoneos, platform: 'iphoneos' }
390- - { spec: cp314-ios_arm64_iphoneos, platform: 'iphoneos' }
389+ - { spec: cp313-ios_arm64_iphoneos }
390+ - { spec: cp314-ios_arm64_iphoneos }
391391
392392 # arm64 iOS simulator
393- - { spec: cp313-ios_arm64_iphonesimulator, platform: 'iphonesimulator' }
394- - { spec: cp314-ios_arm64_iphonesimulator, platform: 'iphonesimulator' }
393+ - { spec: cp313-ios_arm64_iphonesimulator }
394+ - { spec: cp314-ios_arm64_iphonesimulator }
395395
396396 ios :
397397 needs : [python_sdist, make_ios_matrix]
398- runs-on : macos-14
398+ runs-on : macos-15
399399 strategy :
400400 fail-fast : false
401401 matrix : ${{ fromJSON(needs.make_ios_matrix.outputs.matrix_json) }}
@@ -410,7 +410,7 @@ jobs:
410410 - name : install python
411411 uses : actions/setup-python@v5
412412 with :
413- python-version : ' 3.11 '
413+ python-version : ' 3.13 '
414414
415415 - name : build wheel prereqs
416416 run : |
You can’t perform that action at this time.
0 commit comments