mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Downgrade macOS/Xcode to test code backwards compatibility
This commit is contained in:
parent
16d0e4b908
commit
59e6684217
9
.github/workflows/qt5_6.yml
vendored
9
.github/workflows/qt5_6.yml
vendored
@ -97,7 +97,7 @@ jobs:
|
|||||||
|
|
||||||
macOS:
|
macOS:
|
||||||
name: 🍏 macOS x64
|
name: 🍏 macOS x64
|
||||||
runs-on: macos-13
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- name: ⬇ Checkout
|
- name: ⬇ Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -128,6 +128,13 @@ jobs:
|
|||||||
python3 --version
|
python3 --version
|
||||||
echo '::endgroup::'
|
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
|
- name: 👷 Build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./.github/scripts/build.sh
|
run: ./.github/scripts/build.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user