Skip to content

Commit

Permalink
Merge pull request jamulussoftware#3066 from ann0see/autobuild/fixLegacy
Browse files Browse the repository at this point in the history
Mac: Upgrade SDK and macOS version for legacy build
  • Loading branch information
pljones authored May 19, 2023
2 parents 4f6eb99 + 479cc0b commit 068bfbc
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,7 +237,7 @@ 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-10.15
building_on_os: macos-12
base_command: QT_VERSION=5.9.9 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
Expand All @@ -246,7 +246,7 @@ jobs:
# https://developer.apple.com/support/xcode/
# Xcode 12.1.1 is the most-recent 12.1.x release:
# https://xcodereleases.com/
xcode_version: 12.1.1
xcode_version: 14.2.0
is_main_build_target: true

- config_name: iOS (artifacts)
Expand Down

0 comments on commit 068bfbc

Please sign in to comment.