Downgrade macOS/Xcode to test code backwards compatibility

This commit is contained in:
Paulchen-Panther 2024-11-29 19:24:09 +01:00 committed by GitHub
parent 16d0e4b908
commit 59e6684217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,7 @@ jobs:
macOS:
name: 🍏 macOS x64
runs-on: macos-13
runs-on: macos-12
steps:
- name: ⬇ Checkout
uses: actions/checkout@v4
@ -128,6 +128,13 @@ 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