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 30700dd commit 84221d3Copy full SHA for 84221d3
.github/workflows/qt5_6.yml
@@ -97,7 +97,7 @@ jobs:
97
98
macOS:
99
name: 🍏 macOS x64
100
- runs-on: macos-12
+ runs-on: macos-13
101
steps:
102
- name: ⬇ Checkout
103
uses: actions/checkout@v4
@@ -129,8 +129,8 @@ jobs:
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
+ # Xcode 14.2 is the latest version that can run on macOS 12
+ sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
134
xcode-select -p
135
xcodebuild -version
136
0 commit comments