Skip to content

Commit 7f04a23

Browse files
committed
Move CI to newer images.
This also gets Xcode 16 by default.
1 parent e61bd02 commit 7f04a23

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/cocoapods.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
pod-lib-lint:
26-
runs-on: macos-14
26+
runs-on: macos-15
2727
strategy:
2828
fail-fast: false
2929
matrix:

.github/workflows/swiftpm.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
swift:
2828
# The swift command line only support build/testing for macOS on.
29-
runs-on: macos-14
29+
runs-on: macos-15
3030
strategy:
3131
fail-fast: false
3232
matrix:
@@ -42,7 +42,7 @@ jobs:
4242
xcodebuild:
4343
# Job(s) to build for all the platforms to ensure that is working and the
4444
# tests are passing.
45-
runs-on: macos-14
45+
runs-on: macos-15
4646
strategy:
4747
fail-fast: false
4848
matrix:
@@ -55,7 +55,7 @@ jobs:
5555
set -eu
5656
case "${{matrix.PLATFORM}}" in
5757
ios)
58-
DESTINATION="platform=iOS Simulator,name=iPhone 14,OS=latest"
58+
DESTINATION="platform=iOS Simulator,name=iPhone 16,OS=latest"
5959
;;
6060
macos)
6161
DESTINATION="platform=macOS"
@@ -67,7 +67,7 @@ jobs:
6767
DESTINATION="platform=visionOS Simulator,name=Apple Vision Pro,OS=latest"
6868
;;
6969
watchos)
70-
DESTINATION="platform=WatchOS Simulator,name=Apple Watch Series 7 (45mm),OS=latest"
70+
DESTINATION="platform=WatchOS Simulator,name=Apple Watch Series 10 (46mm),OS=latest"
7171
;;
7272
esac
7373

.github/workflows/test_apps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
xcodebuild:
21-
runs-on: macos-14
21+
runs-on: macos-15
2222
strategy:
2323
fail-fast: false
2424
matrix:

0 commit comments

Comments
 (0)