From ab1e3b3368bf50cdcb322b5828c2dea33279d1c1 Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Fri, 19 Sep 2025 19:05:40 +0200 Subject: [PATCH] Commented out latest xcode stable build --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7fd0cf8..b719dbf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -230,9 +230,9 @@ jobs: needs: [fetch-info] steps: - - uses: maxim-lobanov/setup-xcode@v1.6.0 - with: - xcode-version: latest-stable + # - uses: maxim-lobanov/setup-xcode@v1.6.0 + # with: + # xcode-version: latest-stable - name: Checkout repository uses: actions/checkout@v4.1.1