Skip to content

Commit

Permalink
Build: Mac Legacy: Use macos-11 and downgrade xcode to 11.7
Browse files Browse the repository at this point in the history
macos-10.15 will soon stop being available on Github runners.

Fixes: jamulussoftware#2773
  • Loading branch information
hoffie committed Nov 17, 2022
1 parent 6bb9beb commit a4c7e6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,16 +237,16 @@ 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-11
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
# For Qt5 on Mac, we need to ensure SDK 10.15 is used, and not SDK 11.x.
# Xcode 12.1 is the most-recent release which still ships SDK 10.15:
# 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
# However, Github's macos-11 runner image's latest xcode version
# with SDK 10.15 is 11.7, so we use that.
xcode_version: 11.7
is_main_build_target: true

- config_name: iOS (artifacts)
Expand Down

0 comments on commit a4c7e6f

Please sign in to comment.