File tree 4 files changed +15
-15
lines changed
4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2
2
self-hosted-runner :
3
3
labels :
4
4
- ubuntu-latest-xl
5
- - macos-13 -large
6
- - macos-13 -xlarge
5
+ - macos-15 -large
6
+ - macos-15 -xlarge
7
7
- ubuntu-latest-reassure-tests
8
8
- macos-12
Original file line number Diff line number Diff line change @@ -339,8 +339,8 @@ jobs:
339
339
name : Build and deploy iOS
340
340
needs : prep
341
341
env :
342
- DEVELOPER_DIR : /Applications/Xcode_15 .2.0.app/Contents/Developer
343
- runs-on : macos-13 -xlarge
342
+ DEVELOPER_DIR : /Applications/Xcode_16 .2.0.app/Contents/Developer
343
+ runs-on : macos-15 -xlarge
344
344
steps :
345
345
- name : Checkout
346
346
uses : actions/checkout@v4
@@ -353,7 +353,7 @@ jobs:
353
353
uses : ./.github/actions/composite/setupNode
354
354
355
355
- name : Setup Ruby
356
- uses : ruby/setup-ruby@v1.190 .0
356
+ uses : ruby/setup-ruby@v1.204 .0
357
357
with :
358
358
bundler-cache : true
359
359
@@ -454,9 +454,9 @@ jobs:
454
454
iOS_hybrid :
455
455
name : Build and deploy iOS HybridApp
456
456
needs : prep
457
- runs-on : macos-13 -xlarge
457
+ runs-on : macos-15 -xlarge
458
458
env :
459
- DEVELOPER_DIR : /Applications/Xcode_15 .2.0.app/Contents/Developer
459
+ DEVELOPER_DIR : /Applications/Xcode_16 .2.0.app/Contents/Developer
460
460
steps :
461
461
- name : Checkout
462
462
uses : actions/checkout@v4
@@ -481,7 +481,7 @@ jobs:
481
481
IS_HYBRID_BUILD : ' true'
482
482
483
483
- name : Setup Ruby
484
- uses : ruby/setup-ruby@v1.190 .0
484
+ uses : ruby/setup-ruby@v1.204 .0
485
485
with :
486
486
bundler-cache : true
487
487
Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ jobs:
141
141
needs : [validateActor, getBranchRef]
142
142
if : ${{ fromJSON(needs.validateActor.outputs.READY_TO_BUILD) }}
143
143
env :
144
- DEVELOPER_DIR : /Applications/Xcode_15 .2.0.app/Contents/Developer
145
- runs-on : macos-13 -xlarge
144
+ DEVELOPER_DIR : /Applications/Xcode_16 .2.0.app/Contents/Developer
145
+ runs-on : macos-15 -xlarge
146
146
steps :
147
147
- name : Checkout
148
148
uses : actions/checkout@v4
@@ -163,10 +163,10 @@ jobs:
163
163
uses : ./.github/actions/composite/setupNode
164
164
165
165
- name : Setup XCode
166
- run : sudo xcode-select -switch /Applications/Xcode_15 .2.0.app
166
+ run : sudo xcode-select -switch /Applications/Xcode_16 .2.0.app
167
167
168
168
- name : Setup Ruby
169
- uses : ruby/setup-ruby@v1.190 .0
169
+ uses : ruby/setup-ruby@v1.204 .0
170
170
with :
171
171
bundler-cache : true
172
172
Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ jobs:
197
197
needs : [validateActor, getBranchRef]
198
198
if : ${{ fromJSON(needs.validateActor.outputs.READY_TO_BUILD) }}
199
199
env :
200
- DEVELOPER_DIR : /Applications/Xcode_15 .2.0.app/Contents/Developer
201
- runs-on : macos-13 -xlarge
200
+ DEVELOPER_DIR : /Applications/Xcode_16 .2.0.app/Contents/Developer
201
+ runs-on : macos-15 -xlarge
202
202
steps :
203
203
- name : Checkout
204
204
uses : actions/checkout@v4
@@ -235,7 +235,7 @@ jobs:
235
235
echo "PULL_REQUEST_NUMBER=$PULL_REQUEST_NUMBER" >> .env.adhoc
236
236
237
237
- name : Setup Ruby
238
- uses : ruby/setup-ruby@v1.190 .0
238
+ uses : ruby/setup-ruby@v1.204 .0
239
239
with :
240
240
bundler-cache : true
241
241
You can’t perform that action at this time.
0 commit comments