From 18e1e7cdabe96ac3c5bef62075fda68da8d6e79d Mon Sep 17 00:00:00 2001 From: Joel Auterson Date: Sun, 9 Aug 2026 22:23:31 +0100 Subject: [PATCH] [CI] Fix iOS build --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9e1cfc92..81b41efa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -124,9 +124,6 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive - - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: 26.0.1 - name: Configure CMake run: | cmake -DCMAKE_SYSTEM_NAME="iOS" -GXcode \