File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments