Revert "Downgrade macOS/Xcode to test code backwards compatibility"

This reverts commit 59e66842177f72b677982e45d18d05dc9f15270f.
This commit is contained in:
LordGrey 2024-12-08 20:29:11 +01:00
parent df87743c2a
commit c700d201b1

View File

@ -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