From 096feee0a233807ecbc0a168045eb3cde102b16f Mon Sep 17 00:00:00 2001 From: imanezerguit Date: Fri, 5 Jun 2026 14:52:20 +0100 Subject: [PATCH 1/2] Update build_LoopFollow.yml --- .github/workflows/build_LoopFollow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_LoopFollow.yml b/.github/workflows/build_LoopFollow.yml index 443f7bf0c..971c1e3f5 100644 --- a/.github/workflows/build_LoopFollow.yml +++ b/.github/workflows/build_LoopFollow.yml @@ -165,7 +165,7 @@ jobs: build: name: Build needs: [check_certs, check_status] - runs-on: macos-26 + runs-on: macos-15 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_26.2.app/Contents/Developer" + run: "sudo xcode-select --switch /Applications/Xcode_16.2.app/Contents/Developer" - name: Checkout Repo for building uses: actions/checkout@v5 From 3313691a936659568a39f0073c1194af592cda95 Mon Sep 17 00:00:00 2001 From: imanezerguit Date: Fri, 5 Jun 2026 14:59:04 +0100 Subject: [PATCH 2/2] Update build_LoopFollow.yml --- .github/workflows/build_LoopFollow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_LoopFollow.yml b/.github/workflows/build_LoopFollow.yml index 971c1e3f5..443f7bf0c 100644 --- a/.github/workflows/build_LoopFollow.yml +++ b/.github/workflows/build_LoopFollow.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.2.app/Contents/Developer" + run: "sudo xcode-select --switch /Applications/Xcode_26.2.app/Contents/Developer" - name: Checkout Repo for building uses: actions/checkout@v5