aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2021-03-01 01:40:57 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2021-03-01 12:50:02 +0000
commit14e83c0aa0353446a76e6ca73a152e069f4c9ece (patch)
tree6d422d2983bf802ae54740df17aeb65831eaa693 /.github/workflows/main.yml
parent9f6092cad8a6db8bbda21abf06cbb4910cdd0193 (diff)
GitHub actions: Bump Xcode version to 12.4
Change-Id: Id3e5823d0b8f346d34ba96953961cf7fb74fab0a Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to '.github/workflows/main.yml')
-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 e57cd4122..e702573a0 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -331,10 +331,10 @@ jobs:
matrix:
config:
- {
- name: 'Run macOS tests (Xcode 12.2)',
+ name: 'Run macOS tests (Xcode 12.4)',
target: 'desktop',
toolchain: 'clang_64',
- testProfile: 'xcode_12_2-macosx-x86_64',
+ testProfile: 'xcode_12_4-macosx-x86_64',
}
- {
name: 'Run macOS tests (Xcode 11.6)',