From f41b2ac34ce85ac8d25d7ab432a6f9e10d3d9389 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Fri, 27 Sep 2024 11:26:39 +0200 Subject: [PATCH] show me what you've got --- .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 e2d1074aab..4d23c24a6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,11 +70,11 @@ jobs: if: github.ref_name != 'main' && !startsWith(github.ref_name, 'release/') uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # Tag: 0.12.1 - - name: Check Xcode version - run: xcodebuild -version - - name: Set Xcode version to 16 run: sudo xcode-select --switch /Applications/Xcode_16.app/Contents/Developer + + - name: Check Xcode version + run: xcodebuild -version # We only use Xcode 15.4 - name: Remove unused applications