From 59f327f97a49c5dd405a3ac74ea83042930e78fb Mon Sep 17 00:00:00 2001 From: Zach H Date: Mon, 13 May 2024 18:57:33 -0400 Subject: [PATCH] Pin XCode versions for Mac Builds (#5032) --- .github/workflows/desktop-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 04b94ac11..981e09539 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -200,14 +200,14 @@ jobs: include: - target: Debug # tests only os: macos-latest - xcode: 14.2 + xcode: 14.3.1 # Lowest supported version on GHA qt_version: homebrew type: Debug do_tests: 1 - target: 10.15_Catalina os: macos-11 - xcode: 11.7 # allows using macOS 10.15 SDK + xcode: 11.7 # allows using macOS 10.15 SDK, Lowest supported version on GHA qt_version: 6.2.* # 6.2 is last LTS compatible with 10.15, see https://doc.qt.io/qt-6.5/macos.html qt_modules: "qtmultimedia qtwebsockets" type: Release @@ -218,7 +218,7 @@ jobs: - target: 13_Ventura os: macos-13 - xcode: 14.3.1 + xcode: 14.1 # Lowest supported version on GHA qt_version: homebrew type: Release do_tests: 1