Skip to content

Commit 5fd5b26

Browse files
committed
Bump ios jobs to macos-15 and build-time Python 3.13
1 parent 74e7a04 commit 5fd5b26

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)