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 86
86
# it will run unit tests on whatever OS combinations are desired
87
87
ios :
88
88
name : iOS (${{ matrix.buildmode }}, ${{ matrix.iteration }})
89
- runs-on : macos-15
89
+ runs-on : macos-26
90
90
needs : matrix_prep
91
91
# TODO matrix across APIs, at least 11 and 15 (lowest to highest)
92
92
timeout-minutes : 60
Original file line number Diff line number Diff line change 82
82
# it will run unit tests on whatever OS combinations are desired
83
83
other :
84
84
name : Other (${{ matrix.iteration }})
85
- runs-on : macos-15
85
+ runs-on : macos-26
86
86
needs : matrix_prep
87
87
timeout-minutes : 100
88
88
env :
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ module.exports = {
48
48
simulator : {
49
49
type : 'ios.simulator' ,
50
50
device : {
51
- type : 'iPhone 16 ' ,
51
+ type : 'iPhone 17 ' ,
52
52
} ,
53
53
} ,
54
54
attached : {
You can’t perform that action at this time.
0 commit comments