Skip to content

Commit e194011

Browse files
authored
Merge pull request #3436 from softins/update-mac-legacy-build
Update mac legacy runner to macos-13
2 parents bd3b609 + 51f91d9 commit e194011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autobuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,11 @@ jobs:
237237
# Reminder: If Legacy is removed, be sure to add a dedicated job for CodeQL again.
238238
- config_name: MacOS Legacy (artifacts+CodeQL)
239239
target_os: macos
240-
building_on_os: macos-12
240+
building_on_os: macos-13
241241
base_command: QT_VERSION=5.15.2 SIGN_IF_POSSIBLE=0 ARTIFACT_SUFFIX=_legacy ./.github/autobuild/mac.sh
242242
# Enable CodeQL on mac legacy as this version does not get signed
243243
run_codeql: true
244-
# For Qt5 on Mac, we need to use an unsupported SDK version as macOS 12 doesn't
244+
# For Qt5 on Mac, we need to use an unsupported SDK version as macOS 13 doesn't
245245
# support Xcode 12.1 which still ships SDK 10.15.
246246
# https://developer.apple.com/support/xcode/
247247
# https://xcodereleases.com/

0 commit comments

Comments
 (0)