We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd3b609 + 51f91d9 commit e194011Copy full SHA for e194011
1 file changed
.github/workflows/autobuild.yml
@@ -237,11 +237,11 @@ jobs:
237
# Reminder: If Legacy is removed, be sure to add a dedicated job for CodeQL again.
238
- config_name: MacOS Legacy (artifacts+CodeQL)
239
target_os: macos
240
- building_on_os: macos-12
+ building_on_os: macos-13
241
base_command: QT_VERSION=5.15.2 SIGN_IF_POSSIBLE=0 ARTIFACT_SUFFIX=_legacy ./.github/autobuild/mac.sh
242
# Enable CodeQL on mac legacy as this version does not get signed
243
run_codeql: true
244
- # For Qt5 on Mac, we need to use an unsupported SDK version as macOS 12 doesn't
+ # For Qt5 on Mac, we need to use an unsupported SDK version as macOS 13 doesn't
245
# support Xcode 12.1 which still ships SDK 10.15.
246
# https://developer.apple.com/support/xcode/
247
# https://xcodereleases.com/
0 commit comments