From f849acf2838b3b81e2dda766ce9f7e97387457c2 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Mon, 18 Aug 2025 10:17:31 +0200 Subject: [PATCH] Always use stable XCode versions --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a618511c..230b1334 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,6 +42,12 @@ jobs: with: cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} + - name: Set up XCode + if: runner.os == 'macOS' + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest-stable + - name: Build and run tests with Gradle run: | ./gradlew --scan \