Skip to content

Commit 84221d3

Browse files
Switch to Xcode 14.2
1 parent 30700dd commit 84221d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/qt5_6.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
macOS:
9999
name: 🍏 macOS x64
100-
runs-on: macos-12
100+
runs-on: macos-13
101101
steps:
102102
- name: ⬇ Checkout
103103
uses: actions/checkout@v4
@@ -129,8 +129,8 @@ jobs:
129129
echo '::endgroup::'
130130
131131
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
132+
# Xcode 14.2 is the latest version that can run on macOS 12
133+
sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
134134
xcode-select -p
135135
xcodebuild -version
136136
echo '::endgroup::'

0 commit comments

Comments
 (0)