From: Shane Synan Date: Fri, 15 Oct 2021 03:32:26 +0000 (-0400) Subject: ci: [mac] Update Xcode version to Qt 5 supported X-Git-Tag: 0.14.0~5 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=7064a9e9b8aec31aca5ac88b4a5190a50dfc84c7 ci: [mac] Update Xcode version to Qt 5 supported Xcode 10.3 is no longer available. Update to the latest version Qt 5 supports.. though 12.5.1 has not rolled out across all build images. Use 12.4.0 for now (this can be increased later). This fixes build failures. See https://doc.qt.io/qt-5/macos.html --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e75905f0..661e8b73 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -97,7 +97,8 @@ jobs: uses: maxim-lobanov/setup-xcode@v1 with: # Newer Xcode versions may not officially be supported by Qt - xcode-version: '10.3' + # Check https://doc.qt.io/qt-5/macos.html + xcode-version: '12.4.0' - name: Check out source code uses: actions/checkout@v2