Skip to content

Commit fb36c90

Browse files
committed
Move CI to newer images.
This also gets Xcode 16 by default.
1 parent 6cb9981 commit fb36c90

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/cocoapods.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# time, so this covers the Core spec and tests.
2525
pod-lib-lint-core:
2626
name: CocoaPods lib lint Core
27-
runs-on: macos-14
27+
runs-on: macos-15
2828
strategy:
2929
fail-fast: false
3030
matrix:
@@ -55,7 +55,7 @@ jobs:
5555
# resources without any real gain.
5656
pod-lib-lint-subspecs:
5757
name: CocoaPods lib lint SubSpecs
58-
runs-on: macos-14
58+
runs-on: macos-15
5959
strategy:
6060
fail-fast: false
6161
matrix:

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131

3232
jobs:
3333
examples:
34-
runs-on: macos-14
34+
runs-on: macos-15
3535
strategy:
3636
fail-fast: false
3737
matrix:

.github/workflows/service_generator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929

3030
jobs:
3131
swift:
32-
runs-on: macos-14
32+
runs-on: macos-15
3333
strategy:
3434
fail-fast: false
3535
matrix:
@@ -43,7 +43,7 @@ jobs:
4343
swift build --configuration ${{ matrix.CONFIGURATION }}
4444
4545
xcodebuild:
46-
runs-on: macos-14
46+
runs-on: macos-15
4747
strategy:
4848
fail-fast: false
4949
matrix:

.github/workflows/swiftpm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
jobs:
2525
swift:
2626
# The swift command line only support build/testing for macOS on.
27-
runs-on: macos-14
27+
runs-on: macos-15
2828
strategy:
2929
fail-fast: false
3030
matrix:
@@ -40,7 +40,7 @@ jobs:
4040
xcodebuild:
4141
# Job(s) to build for all the platforms to ensure that is working and the
4242
# tests are passing.
43-
runs-on: macos-14
43+
runs-on: macos-15
4444
strategy:
4545
fail-fast: false
4646
matrix:
@@ -53,7 +53,7 @@ jobs:
5353
set -eu
5454
case "${{matrix.PLATFORM}}" in
5555
ios)
56-
DESTINATION="platform=iOS Simulator,name=iPhone 14,OS=latest"
56+
DESTINATION="platform=iOS Simulator,name=iPhone 16,OS=latest"
5757
;;
5858
macos)
5959
DESTINATION="platform=macOS"
@@ -65,7 +65,7 @@ jobs:
6565
DESTINATION="platform=visionOS Simulator,name=Apple Vision Pro,OS=latest"
6666
;;
6767
watchos)
68-
DESTINATION="platform=WatchOS Simulator,name=Apple Watch Series 7 (45mm),OS=latest"
68+
DESTINATION="platform=WatchOS Simulator,name=Apple Watch Series 10 (46mm),OS=latest"
6969
;;
7070
esac
7171

0 commit comments

Comments
 (0)