From 31e31bd8ea49070f9b21dbfa25c2314f47bb25f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Mon, 1 Sep 2025 19:14:09 +0200 Subject: [PATCH] Remove the hardcoded Xcode version --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 128e9390d..632c3022d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,10 +44,6 @@ jobs: os_name: windows steps: - - name: Select Xcode version - if: ${{ runner.os == 'macOS' }} - run: sudo xcode-select -s "/Applications/Xcode_15.4.app" - - name: Checkout code uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7