File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
composite_actions/get_platform_parameters Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 4242 - id : get-xcode-version
4343 run : |
4444 LATEST_XCODE_VERSION=16.4.0
45- MINIMUM_XCODE_VERSION=16.0 .0
45+ MINIMUM_XCODE_VERSION=16.3 .0
4646 # Default beta hint; will be auto-detected if possible
4747 BETA_XCODE_VERSION_HINT=26.0_beta
4848
@@ -88,11 +88,11 @@ runs:
8888 ;;
8989 iOS/minimum)
9090 DEVICE="iPhone SE (3rd generation)"
91- OS_VERSION="18.0 "
91+ OS_VERSION="18.4 "
9292 ;;
9393 iOS/*)
94- DEVICE="iPhone 15 "
95- OS_VERSION="17.0.1 "
94+ DEVICE="iPhone SE (3rd generation) "
95+ OS_VERSION="18.4 "
9696 ;;
9797 tvOS/latest)
9898 DEVICE="Apple TV 4K (3rd generation)"
@@ -104,11 +104,11 @@ runs:
104104 ;;
105105 tvOS/minimum)
106106 DEVICE="Apple TV 4K (3rd generation)"
107- OS_VERSION="18.0 "
107+ OS_VERSION="18.4 "
108108 ;;
109109 tvOS/*)
110110 DEVICE="Apple TV 4K (3rd generation)"
111- OS_VERSION="17.0 "
111+ OS_VERSION="18.4 "
112112 ;;
113113 watchOS/latest)
114114 DEVICE="Apple Watch Series 10 (46mm)"
@@ -120,11 +120,11 @@ runs:
120120 ;;
121121 watchOS/minimum)
122122 DEVICE="Apple Watch SE (44mm) (2nd generation)"
123- OS_VERSION="11.0 "
123+ OS_VERSION="11.4 "
124124 ;;
125125 watchOS/*)
126- DEVICE="Apple Watch Series 7 (45mm )"
127- OS_VERSION="10.0 "
126+ DEVICE="Apple Watch SE (44mm) (2nd generation )"
127+ OS_VERSION="11.4 "
128128 ;;
129129 visionOS/latest)
130130 DEVICE="Apple Vision Pro"
@@ -136,11 +136,11 @@ runs:
136136 ;;
137137 visionOS/minimum)
138138 DEVICE="Apple Vision Pro"
139- OS_VERSION="2.0 "
139+ OS_VERSION="2.4 "
140140 ;;
141141 visionOS/*)
142142 DEVICE="Apple Vision Pro"
143- OS_VERSION="1.0 "
143+ OS_VERSION="2.4 "
144144 ;;
145145 esac
146146
Original file line number Diff line number Diff line change 2020 device : ' iPhone 16'
2121 version : ' 18.2'
2222 - os : macos-15
23- xcode-version : ' 16.0 .0'
24- device : ' iPhone 15 '
25- version : ' 18.0 '
23+ xcode-version : ' 16.3 .0'
24+ device : ' iPhone SE (3rd generation) '
25+ version : ' 18.4 '
2626 name : Canary Test - Xcode ${{ matrix.xcode-version }}
2727 runs-on : ${{ matrix.os }}
2828 steps :
You can’t perform that action at this time.
0 commit comments