From 24ca582a3036a7fea3b163792c2bc708d1285120 Mon Sep 17 00:00:00 2001 From: Deas-h <111049416+Deas-h@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:19:38 +0100 Subject: [PATCH 1/2] Update build_loop.yml --- .github/workflows/build_loop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index db33b8991b..5d1a716c65 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -165,7 +165,7 @@ jobs: build: name: Build needs: [check_certs, check_status] - runs-on: macos-15 + runs-on: macos-26 permissions: contents: write if: @@ -175,7 +175,7 @@ jobs: (vars.SCHEDULED_SYNC != 'false' && needs.check_status.outputs.NEW_COMMITS == 'true' ) steps: - name: Select Xcode version - run: "sudo xcode-select --switch /Applications/Xcode_16.4.app/Contents/Developer" + run: "sudo xcode-select --switch /Applications/Xcode_26.app/Contents/Developer" - name: Checkout Repo for building uses: actions/checkout@v4 From 9c5f1ad5f9546909c98ac0e998c9ddb2415a1f29 Mon Sep 17 00:00:00 2001 From: Deas-h <111049416+Deas-h@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:23:59 +0100 Subject: [PATCH 2/2] Update build_loop.yml --- .github/workflows/build_loop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index 5d1a716c65..aa073d655b 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -175,7 +175,7 @@ jobs: (vars.SCHEDULED_SYNC != 'false' && needs.check_status.outputs.NEW_COMMITS == 'true' ) steps: - name: Select Xcode version - run: "sudo xcode-select --switch /Applications/Xcode_26.app/Contents/Developer" + run: "sudo xcode-select --switch /Applications/Xcode_26.0.app/Contents/Developer" - name: Checkout Repo for building uses: actions/checkout@v4