diff options
author | Ivan Komissarov <abbapoh@gmail.com> | 2020-12-06 14:45:47 +0100 |
---|---|---|
committer | Ivan Komissarov <ABBAPOH@gmail.com> | 2020-12-07 12:41:59 +0000 |
commit | db7d4cf37bfd2b04397f2ec80c2cefb4085286ec (patch) | |
tree | b4d48af844fec046dc936faf1d7e65ca7b4b51f3 /.github | |
parent | 9e91c978fd5917a53ab875e8fce9fef69c4583ae (diff) | |
download | qbs-db7d4cf37bfd2b04397f2ec80c2cefb4085286ec.tar.gz |
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.yml | 4 |
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)', |