From 46736f76be65138a4c9f592274283fbfa0bc2554 Mon Sep 17 00:00:00 2001 From: Sheen Tian <5869938+tishion@users.noreply.github.com> Date: Tue, 28 May 2024 21:04:19 +0800 Subject: [PATCH 1/3] ci: fix errors during qt installation on macOS --- .github/workflows/build-macos-x86_64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos-x86_64.yml b/.github/workflows/build-macos-x86_64.yml index 7d5a37b5..54c82af1 100644 --- a/.github/workflows/build-macos-x86_64.yml +++ b/.github/workflows/build-macos-x86_64.yml @@ -36,7 +36,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - setup-python: 'false' + setup-python: 'true' - name: Checkout Source uses: actions/checkout@v2 From 601e170dedf12b0e95921ec2458e29087b32b867 Mon Sep 17 00:00:00 2001 From: Sheen Tian <5869938+tishion@users.noreply.github.com> Date: Tue, 28 May 2024 23:19:11 +1000 Subject: [PATCH 2/3] ci: use fixed xcode version on macOS --- .github/workflows/build-macos-x86_64.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-macos-x86_64.yml b/.github/workflows/build-macos-x86_64.yml index 54c82af1..8bc32f0c 100644 --- a/.github/workflows/build-macos-x86_64.yml +++ b/.github/workflows/build-macos-x86_64.yml @@ -37,6 +37,11 @@ jobs: uses: jurplel/install-qt-action@v3 with: setup-python: 'true' + + - name: Setup Xcode version + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: '14' - name: Checkout Source uses: actions/checkout@v2 From 9adc7e0d93e90a7c0185e98229276f43bdd6e0e2 Mon Sep 17 00:00:00 2001 From: Sheen Tian <5869938+tishion@users.noreply.github.com> Date: Tue, 28 May 2024 23:20:44 +1000 Subject: [PATCH 3/3] ci: fix ci file errors --- .github/workflows/build-macos-x86_64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos-x86_64.yml b/.github/workflows/build-macos-x86_64.yml index 8bc32f0c..a66fcf0f 100644 --- a/.github/workflows/build-macos-x86_64.yml +++ b/.github/workflows/build-macos-x86_64.yml @@ -39,7 +39,7 @@ jobs: setup-python: 'true' - name: Setup Xcode version - - uses: maxim-lobanov/setup-xcode@v1 + uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: '14'