Skip to content

Commit 1acea99

Browse files
authored
Merge pull request #535 from loopandlearn/update/xcode-26-sdk
Update build to Xcode 26 / macOS 26 runner
2 parents 32d1f33 + a2e8dd2 commit 1acea99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_LoopFollow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)