Switch to Xcode 14.2

This commit is contained in:
Paulchen-Panther 2024-11-30 12:49:09 +01:00 committed by GitHub
parent 30700ddca8
commit 84221d3d74
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-12
runs-on: macos-13
steps:
- name: ⬇ Checkout
uses: actions/checkout@v4
@ -129,8 +129,8 @@ jobs:
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 14.2 is the latest version that can run on macOS 12
sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
xcode-select -p
xcodebuild -version
echo '::endgroup::'