aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2023-01-21 13:04:30 -0800
committerMarco Poletti <poletti.marco@gmail.com>2023-01-21 13:04:30 -0800
commit0159e138bbf13b28cd90a90cda117a15f23d959f (patch)
treec8a698d9c7ab66e05abd705deeac01b2c0e2695f
parent33bc3769c00bf3b08cd5f73ef58ffd7f0590a875 (diff)
downloadgoogle-fruit-0159e138bbf13b28cd90a90cda117a15f23d959f.tar.gz
Bump the minimum version of Clang used in OS X CI tests to 9. Clang 8 doesn't seem to be available in brew anymore.
-rw-r--r--.github/workflows/test-on-osx.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-on-osx.yml b/.github/workflows/test-on-osx.yml
index 44cd2f4..f59af53 100644
--- a/.github/workflows/test-on-osx.yml
+++ b/.github/workflows/test-on-osx.yml
@@ -39,8 +39,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-8.0, stl: libc++, test: ReleasePlainNoClangTidy}
- - {compiler: clang-8.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
+ - {compiler: clang-9.0, stl: libc++, test: ReleasePlainNoClangTidy}
+ - {compiler: clang-9.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
# Disabled due to https://github.com/iains/gcc-12-branch/issues/6
# - {compiler: gcc-11, test: ReleasePlainNoPchNoClangTidy}
# - {compiler: gcc-11, test: DebugPlainNoPchNoClangTidy}