From c7d7e76fff5680db909c726358abca587600c1e7 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Sat, 25 Nov 2023 22:08:33 +0300 Subject: GitHub actions: fix building release packages After updating Qt version, old Xcode we use to build packages were no longer able to target the minimum required macOS veriosn. Fix that by using newer Xcode version. Change-Id: Idf5171bc20a1f8e2053e45d4920917e769025955 Reviewed-by: Christian Kandeler --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f0e10448..ae91640d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -170,7 +170,7 @@ jobs: run: | qbs setup-toolchains --detect qbs setup-qt --detect - qbs config profiles.qt.baseProfile xcode-macosx-x86_64 + qbs config profiles.qt.baseProfile xcode_13_2_1-macosx-x86_64 qbs config defaultProfile qt qbs config --list - name: Print ccache stats diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b63097f6..e89f79b21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,7 +104,7 @@ jobs: run: | qbs setup-toolchains --detect qbs setup-qt --detect - qbs config profiles.qt.baseProfile xcode_11_7-macosx-x86_64 + qbs config profiles.qt.baseProfile xcode_13_2_1-macosx-x86_64 qbs config defaultProfile qt qbs config --list - name: Print ccache stats -- cgit v1.2.3