File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8686 # it will run unit tests on whatever OS combinations are desired
8787 ios :
8888 name : iOS (${{ matrix.buildmode }}, ${{ matrix.iteration }})
89- runs-on : macos-15
89+ runs-on : macos-26
9090 needs : matrix_prep
9191 # TODO matrix across APIs, at least 11 and 15 (lowest to highest)
9292 timeout-minutes : 60
Original file line number Diff line number Diff line change 8282 # it will run unit tests on whatever OS combinations are desired
8383 other :
8484 name : Other (${{ matrix.iteration }})
85- runs-on : macos-15
85+ runs-on : macos-26
8686 needs : matrix_prep
8787 timeout-minutes : 100
8888 env :
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ module.exports = {
4848 simulator : {
4949 type : 'ios.simulator' ,
5050 device : {
51- type : 'iPhone 16 ' ,
51+ type : 'iPhone 17 ' ,
5252 } ,
5353 } ,
5454 attached : {
You can’t perform that action at this time.
0 commit comments