mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Switch to Xcode 14.2
This commit is contained in:
parent
30700ddca8
commit
84221d3d74
6
.github/workflows/qt5_6.yml
vendored
6
.github/workflows/qt5_6.yml
vendored
@ -97,7 +97,7 @@ jobs:
|
|||||||
|
|
||||||
macOS:
|
macOS:
|
||||||
name: 🍏 macOS x64
|
name: 🍏 macOS x64
|
||||||
runs-on: macos-12
|
runs-on: macos-13
|
||||||
steps:
|
steps:
|
||||||
- name: ⬇ Checkout
|
- name: ⬇ Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -129,8 +129,8 @@ jobs:
|
|||||||
echo '::endgroup::'
|
echo '::endgroup::'
|
||||||
|
|
||||||
echo '::group::Set up Xcode'
|
echo '::group::Set up Xcode'
|
||||||
# Oldest version of Xcode supported on GitHub Action to test source code backwards compatibility
|
# Xcode 14.2 is the latest version that can run on macOS 12
|
||||||
sudo xcode-select -s /Applications/Xcode_13.2.1.app/Contents/Developer
|
sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
|
||||||
xcode-select -p
|
xcode-select -p
|
||||||
xcodebuild -version
|
xcodebuild -version
|
||||||
echo '::endgroup::'
|
echo '::endgroup::'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user