aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-12-06 14:45:47 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2020-12-07 12:41:59 +0000
commitdb7d4cf37bfd2b04397f2ec80c2cefb4085286ec (patch)
treeb4d48af844fec046dc936faf1d7e65ca7b4b51f3 /.github
parent9e91c978fd5917a53ab875e8fce9fef69c4583ae (diff)
GitHub actions: Bump Xcode version to 12.2
Change-Id: I55e1bf2b00718d060871ed61033a20401f3a33c7 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 52ba5e372..d286fcc22 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -361,10 +361,10 @@ jobs:
matrix:
config:
- {
- name: 'Run macOS tests (Xcode 12.0)',
+ name: 'Run macOS tests (Xcode 12.2)',
target: 'desktop',
toolchain: 'clang_64',
- testProfile: 'xcode_12-macosx-x86_64',
+ testProfile: 'xcode_12_2-macosx-x86_64',
}
- {
name: 'Run macOS tests (Xcode 11.6)',