aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2023-02-15 03:31:26 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2023-02-15 09:18:44 +0000
commitd60e43c90e9dd0565128e7b3e315ff82115418f7 (patch)
tree306ce96b9903821f3ad4f7cca1d01cf4f62b288e /.github
parent0fb48c262b89a23524f68d64954cb6aee0efdf29 (diff)
GitHub actions: update macos release job
Change-Id: Ie3b62927baf9009666e4f69ef87a0205a1e512f2 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 27bd7a75d..c600845d1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
build-macos:
name: Build on macOS
- runs-on: macos-10.15
+ runs-on: macos-11
timeout-minutes: 60
env:
BUILD_OPTIONS: |
@@ -98,13 +98,11 @@ jobs:
toolchain: clang_64
- name: Install Qt Creator
uses: ./.github/actions/download-qtc
- with:
- version: 5.0.3
- name: Setup Qbs
run: |
qbs setup-toolchains --detect
qbs setup-qt --detect
- qbs config profiles.qt.baseProfile xcode-macosx-x86_64
+ qbs config profiles.qt.baseProfile xcode_11_7-macosx-x86_64
qbs config defaultProfile qt
qbs config --list
- name: Print ccache stats