File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 identifiers :
1313 name : Add Identifiers
1414 needs : validate
15- runs-on : macos-15
15+ runs-on : macos-26
1616 steps :
1717 # Checks-out the repo
1818 - name : Checkout Repo
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165 build :
166166 name : Build
167167 needs : [check_certs, check_status]
168- runs-on : macos-15
168+ runs-on : macos-26
169169 permissions :
170170 contents : write
171171 if :
@@ -175,7 +175,7 @@ jobs:
175175 (vars.SCHEDULED_SYNC != 'false' && needs.check_status.outputs.NEW_COMMITS == 'true' )
176176 steps :
177177 - name : Select Xcode version
178- run : " sudo xcode-select --switch /Applications/Xcode_16.4 .app/Contents/Developer"
178+ run : " sudo xcode-select --switch /Applications/Xcode_26.2 .app/Contents/Developer"
179179
180180 - name : Checkout Repo for building
181181 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2222 create_certs :
2323 name : Certificates
2424 needs : validate
25- runs-on : macos-15
25+ runs-on : macos-26
2626 outputs :
2727 new_certificate_needed : ${{ steps.set_output.outputs.new_certificate_needed }}
2828
9090 nuke_certs :
9191 name : Nuke certificates
9292 needs : [validate, create_certs]
93- runs-on : macos-15
93+ runs-on : macos-26
9494 if : ${{ (needs.create_certs.outputs.new_certificate_needed == 'true' && vars.ENABLE_NUKE_CERTS == 'true') || vars.FORCE_NUKE_CERTS == 'true' }}
9595 steps :
9696 - name : Output from step id 'check_certs'
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 validate-fastlane-secrets :
106106 name : Fastlane
107107 needs : [validate-access-token]
108- runs-on : macos-15
108+ runs-on : macos-26
109109 env :
110110 GH_PAT : ${{ secrets.GH_PAT }}
111111 GH_TOKEN : ${{ secrets.GH_PAT }}
You can’t perform that action at this time.
0 commit comments