Skip to content

Commit 5f08e69

Browse files
committed
ci: update Xcode and iOS simulator versions
- Update Xcode from 15.2/16.1 to 16.4 - Update iOS simulator from 17.2/18.1 to 18.5
1 parent 661c7dc commit 5f08e69

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-sampleapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020

2121
env:
2222
SCHEME: KarrotListKitSampleApp
23-
DESTINATION: platform=iOS Simulator,name=iPhone 16,OS=18.1
23+
DESTINATION: platform=iOS Simulator,name=iPhone 16,OS=18.5
2424

2525
steps:
2626
- uses: actions/checkout@v4
2727

2828
- name: Setup Xcode Version
29-
run: sudo xcode-select --switch /Applications/Xcode_16.1.0.app
29+
run: sudo xcode-select --switch /Applications/Xcode_16.4.app
3030
shell: bash
3131

3232
- name: Run `build-for-testing`

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919

2020
env:
2121
SCHEME: KarrotListKit
22-
DESTINATION: platform=iOS Simulator,name=iPhone 15,OS=17.2
22+
DESTINATION: platform=iOS Simulator,name=iPhone 15,OS=18.5
2323

2424
steps:
2525
- uses: actions/checkout@v4
2626

2727
- name: Setup Xcode Version
28-
run: sudo xcode-select --switch /Applications/Xcode_15.2.app
28+
run: sudo xcode-select --switch /Applications/Xcode_16.4.app
2929
shell: bash
3030

3131
- name: Run `build-for-testing`

0 commit comments

Comments
 (0)