Skip to content

Commit

Permalink
Merge pull request #3436 from softins/update-mac-legacy-build
Browse files Browse the repository at this point in the history
Update mac legacy runner to macos-13
  • Loading branch information
softins authored Dec 9, 2024
2 parents bd3b609 + 51f91d9 commit e194011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,11 @@ jobs:
# Reminder: If Legacy is removed, be sure to add a dedicated job for CodeQL again.
- config_name: MacOS Legacy (artifacts+CodeQL)
target_os: macos
building_on_os: macos-12
building_on_os: macos-13
base_command: QT_VERSION=5.15.2 SIGN_IF_POSSIBLE=0 ARTIFACT_SUFFIX=_legacy ./.github/autobuild/mac.sh
# Enable CodeQL on mac legacy as this version does not get signed
run_codeql: true
# 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
# support Xcode 12.1 which still ships SDK 10.15.
# https://developer.apple.com/support/xcode/
# https://xcodereleases.com/
Expand Down

0 comments on commit e194011

Please sign in to comment.