From df87743c2aa28d87ac0ace151eb09f5e44a95c93 Mon Sep 17 00:00:00 2001 From: LordGrey <48840279+Lord-Grey@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:29:11 +0100 Subject: [PATCH] Revert "Switch to Xcode 14.2" This reverts commit 84221d3d74c934d3c8f7903e18e3e46e68c92e3a. --- .github/workflows/qt5_6.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/qt5_6.yml b/.github/workflows/qt5_6.yml index 06278097..d0ccb560 100644 --- a/.github/workflows/qt5_6.yml +++ b/.github/workflows/qt5_6.yml @@ -97,7 +97,7 @@ jobs: macOS: name: 🍏 macOS x64 - runs-on: macos-13 + runs-on: macos-12 steps: - name: ⬇ Checkout uses: actions/checkout@v4 @@ -129,8 +129,8 @@ jobs: echo '::endgroup::' echo '::group::Set up Xcode' - # Xcode 14.2 is the latest version that can run on macOS 12 - sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer + # Oldest version of Xcode supported on GitHub Action to test source code backwards compatibility + sudo xcode-select -s /Applications/Xcode_13.2.1.app/Contents/Developer xcode-select -p xcodebuild -version echo '::endgroup::'