From c700d201b148e3398e58c8e40ad2672bc08e40ac 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 "Downgrade macOS/Xcode to test code backwards compatibility" This reverts commit 59e66842177f72b677982e45d18d05dc9f15270f. --- .github/workflows/qt5_6.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/qt5_6.yml b/.github/workflows/qt5_6.yml index d0ccb560..e3feea46 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-12 + runs-on: macos-13 steps: - name: ⬇ Checkout uses: actions/checkout@v4 @@ -128,13 +128,6 @@ jobs: python3 --version echo '::endgroup::' - echo '::group::Set up Xcode' - # 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::' - - name: 👷 Build shell: bash run: ./.github/scripts/build.sh