Skip to content

Commit

Permalink
Use Xcode 15.2 instead of 15.3 for macOS 13 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel authored May 19, 2024
1 parent da8fcfc commit 45d666c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
run: |
if ([version]$env:QT_VERSION -ge [version]"6.5.3") {
# GitHub macOS 13/14 runners use Xcode 15.0.x by default which has a known linker issue causing crashes if the artifact is run on macOS <= 12
sudo xcode-select --switch /Applications/Xcode_15.3.app
sudo xcode-select --switch /Applications/Xcode_15.2.app
} else {
# Keep older Qt versions on Xcode 14 due to concern over QTBUG-117484
sudo xcode-select --switch /Applications/Xcode_14.3.1.app
Expand Down

0 comments on commit 45d666c

Please sign in to comment.