Skip to content

Commit 59e6684

Browse files
Downgrade macOS/Xcode to test code backwards compatibility
1 parent 16d0e4b commit 59e6684

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/qt5_6.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
macOS:
9999
name: 🍏 macOS x64
100-
runs-on: macos-13
100+
runs-on: macos-12
101101
steps:
102102
- name: ⬇ Checkout
103103
uses: actions/checkout@v4
@@ -128,6 +128,13 @@ jobs:
128128
python3 --version
129129
echo '::endgroup::'
130130
131+
echo '::group::Set up Xcode'
132+
# Oldest version of Xcode supported on GitHub Action to test source code backwards compatibility
133+
sudo xcode-select -s /Applications/Xcode_13.2.1.app/Contents/Developer
134+
xcode-select -p
135+
xcodebuild -version
136+
echo '::endgroup::'
137+
131138
- name: 👷 Build
132139
shell: bash
133140
run: ./.github/scripts/build.sh

0 commit comments

Comments
 (0)