Skip to content

Commit d5e58ea

Browse files
committed
Bump to new device for CI.
1 parent 6d8d389 commit d5e58ea

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/swiftpm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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-15
43+
runs-on: macos-26
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 16,OS=latest"
56+
DESTINATION="platform=iOS Simulator,name=iPhone 17,OS=latest"
5757
;;
5858
macos)
5959
DESTINATION="platform=macOS"
@@ -64,10 +64,10 @@ jobs:
6464
visionos)
6565
# As of Aug 15, 2025, "latest" was failing as it matched both the
6666
# beta and GM, use explict GM.
67-
DESTINATION="platform=visionOS Simulator,name=Apple Vision Pro,OS=2.5"
67+
DESTINATION="platform=visionOS Simulator,name=Apple Vision Pro,OS=latest"
6868
;;
6969
watchos)
70-
DESTINATION="platform=WatchOS Simulator,name=Apple Watch Series 10 (46mm),OS=latest"
70+
DESTINATION="platform=WatchOS Simulator,name=Apple Watch Series 11 (46mm),OS=latest"
7171
;;
7272
esac
7373

0 commit comments

Comments
 (0)