@@ -100,15 +100,6 @@ jobs:
100100 steps :
101101 - uses : actions/checkout@v6
102102
103- - name : Set up Xcode
104- # GitHub recommends explicitly selecting the desired Xcode version:
105- # https://github.com/actions/runner-images/issues/12541#issuecomment-3083850140
106- # This became a necessity as a result of
107- # https://github.com/actions/runner-images/issues/12541 and
108- # https://github.com/actions/runner-images/issues/12751.
109- run : |
110- sudo xcode-select --switch /Applications/Xcode_16.4.app
111-
112103 - name : Set up Python
113104 uses : actions/setup-python@v6.2.0
114105 with :
@@ -142,7 +133,7 @@ jobs:
142133 - briefcase-run-args :
143134
144135 - platform : iOS
145- briefcase-run-args : ' -d "iPhone 16e ::iOS 18.5 "'
136+ briefcase-run-args : ' -d "iPhone 17e ::iOS 26.4 "'
146137
147138 steps :
148139 - uses : actions/checkout@v6
@@ -198,9 +189,9 @@ jobs:
198189 platform : ["iOS", "tvOS", "visionOS"]
199190 include :
200191 - platform : " iOS"
201- testbed-args : ' --simulator "iPhone 16e ,arch=arm64,OS=18.5 "'
192+ testbed-args : ' --simulator "iPhone 17e ,arch=arm64,OS=26.4 "'
202193 - platform : " visionOS"
203- testbed-args : ' --simulator "Apple Vision Pro,arch=arm64,OS=2.5 "'
194+ testbed-args : ' --simulator "Apple Vision Pro,arch=arm64,OS=26.4 "'
204195
205196 steps :
206197 - uses : actions/checkout@v6
@@ -212,15 +203,6 @@ jobs:
212203 path : dist
213204 merge-multiple : true
214205
215- - name : Set up Xcode
216- # GitHub recommends explicitly selecting the desired Xcode version:
217- # https://github.com/actions/runner-images/issues/12541#issuecomment-3083850140
218- # This became a necessity as a result of
219- # https://github.com/actions/runner-images/issues/12541 and
220- # https://github.com/actions/runner-images/issues/12751.
221- run : |
222- sudo xcode-select --switch /Applications/Xcode_16.4.app
223-
224206 - name : Set up Python
225207 uses : actions/setup-python@v6.2.0
226208 with :
0 commit comments