From 7064a9e9b8aec31aca5ac88b4a5190a50dfc84c7 Mon Sep 17 00:00:00 2001 From: Shane Synan Date: Thu, 14 Oct 2021 23:32:26 -0400 Subject: [PATCH 1/1] 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 --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1