We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d0e4b commit 59e6684Copy full SHA for 59e6684
.github/workflows/qt5_6.yml
@@ -97,7 +97,7 @@ jobs:
97
98
macOS:
99
name: 🍏 macOS x64
100
- runs-on: macos-13
+ runs-on: macos-12
101
steps:
102
- name: ⬇ Checkout
103
uses: actions/checkout@v4
@@ -128,6 +128,13 @@ jobs:
128
python3 --version
129
echo '::endgroup::'
130
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
+
138
- name: 👷 Build
139
shell: bash
140
run: ./.github/scripts/build.sh
0 commit comments