From 7d2446d19d6abc6d58c17be4d39e1d9fdbac87d9 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:58:28 +0200 Subject: [PATCH] Hopefully fix iOS build (#817) --- .github/workflows/iOS_Build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/iOS_Build.yml b/.github/workflows/iOS_Build.yml index abc44222..71c67112 100644 --- a/.github/workflows/iOS_Build.yml +++ b/.github/workflows/iOS_Build.yml @@ -23,11 +23,6 @@ jobs: - name: Fetch submodules run: git submodule update --init --recursive - - name: Update Xcode - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: latest - - name: Setup Vulkan SDK uses: humbletim/setup-vulkan-sdk@main with: