From d53fa10a1ae7d93ae06ff78f879e232ef3f8b499 Mon Sep 17 00:00:00 2001 From: Tony Mountifield Date: Wed, 19 Jun 2024 22:51:51 +0100 Subject: [PATCH] Try xcode 13.4.1 again --- .github/workflows/autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 62fc9d62e0..a847df4ade 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -258,7 +258,7 @@ jobs: run_codeql: false # Unfortunately, more modern Xcode versions no longer seem to support # Qt 5.15.2. Therefore upgrading to Qt6 is needed in the medium term (#2711) - xcode_version: 13.1.0 + xcode_version: 13.4.1 enable: true - config_name: Windows (artifact+codeQL)