aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2022-11-14 17:41:12 -0800
committerMarco Poletti <poletti.marco@gmail.com>2022-11-14 17:41:12 -0800
commitadce50de0686bb8b4365ac4a7f5a602f95b1ba5b (patch)
tree9c8f6a488be7df2fb85611c7bce41e1ef6bb597d
parent48a2be356a7fab4ac66041a24dca3e3f3077db0b (diff)
downloadgoogle-fruit-adce50de0686bb8b4365ac4a7f5a602f95b1ba5b.tar.gz
CI: keep only the min and max supported clang version for each OS X version.
-rw-r--r--.github/workflows/test-on-osx.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/test-on-osx.yml b/.github/workflows/test-on-osx.yml
index a6c6dc5..bc529d6 100644
--- a/.github/workflows/test-on-osx.yml
+++ b/.github/workflows/test-on-osx.yml
@@ -39,16 +39,6 @@ jobs:
- {compiler: clang-14.0, stl: libc++, test: ReleasePlainNoPchNoClangTidy}
- {compiler: clang-14.0, stl: libc++, test: DebugAsanUbsanNoPchNoClangTidy}
- {compiler: clang-14.0, stl: libc++, test: DebugPlainNoPchNoClangTidy}
- - {compiler: clang-13.0, stl: libc++, test: ReleasePlainNoClangTidy}
- - {compiler: clang-13.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
- - {compiler: clang-12.0, stl: libc++, test: ReleasePlainNoClangTidy}
- - {compiler: clang-12.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
- - {compiler: clang-11.0, stl: libc++, test: ReleasePlainNoClangTidy}
- - {compiler: clang-11.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
- - {compiler: clang-10.0, stl: libc++, test: ReleasePlainNoClangTidy}
- - {compiler: clang-10.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
- - {compiler: clang-9.0, stl: libc++, test: ReleasePlainNoClangTidy}
- - {compiler: clang-9.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
- {compiler: clang-8.0, stl: libc++, test: ReleasePlainNoClangTidy}
- {compiler: clang-8.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
# Disabled due to https://github.com/iains/gcc-12-branch/issues/6
@@ -81,16 +71,8 @@ jobs:
- {compiler: clang-14.0, stl: libc++, test: ReleasePlainNoPchNoClangTidy}
- {compiler: clang-14.0, stl: libc++, test: DebugAsanUbsanNoPchNoClangTidy}
- {compiler: clang-14.0, stl: libc++, test: DebugPlainNoPchNoClangTidy}
- - {compiler: clang-13.0, stl: libc++, test: ReleasePlainNoClangTidy}
- - {compiler: clang-13.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
- {compiler: clang-12.0, stl: libc++, test: ReleasePlainNoClangTidy}
- {compiler: clang-12.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
- - {compiler: clang-11.0, stl: libc++, test: ReleasePlainNoClangTidy}
- - {compiler: clang-11.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
- - {compiler: clang-10.0, stl: libc++, test: ReleasePlainNoClangTidy}
- - {compiler: clang-10.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
- - {compiler: clang-9.0, stl: libc++, test: ReleasePlainNoClangTidy}
- - {compiler: clang-9.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
- {compiler: gcc-11, test: ReleasePlainNoPchNoClangTidy}
- {compiler: gcc-11, test: DebugPlainNoPchNoClangTidy}
- {compiler: gcc-9, test: ReleasePlainNoClangTidy}
@@ -120,16 +102,8 @@ jobs:
- {compiler: clang-14.0, stl: libc++, test: ReleasePlainNoPchNoClangTidy}
- {compiler: clang-14.0, stl: libc++, test: DebugAsanUbsanNoPchNoClangTidy}
- {compiler: clang-14.0, stl: libc++, test: DebugPlainNoPchNoClangTidy}
- - {compiler: clang-13.0, stl: libc++, test: ReleasePlainNoClangTidy}
- - {compiler: clang-13.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
- {compiler: clang-12.0, stl: libc++, test: ReleasePlainNoClangTidy}
- {compiler: clang-12.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
- - {compiler: clang-11.0, stl: libc++, test: ReleasePlainNoClangTidy}
- - {compiler: clang-11.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
- - {compiler: clang-10.0, stl: libc++, test: ReleasePlainNoClangTidy}
- - {compiler: clang-10.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
- - {compiler: clang-9.0, stl: libc++, test: ReleasePlainNoClangTidy}
- - {compiler: clang-9.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
- {compiler: gcc-11, test: ReleasePlainNoPchNoClangTidy}
- {compiler: gcc-11, test: DebugPlainNoPchNoClangTidy}
- {compiler: gcc-9, test: ReleasePlainNoClangTidy}