Skip to content

Commit

Permalink
Bump the minimum version of Clang used in OS X CI tests to 11. Clang …
Browse files Browse the repository at this point in the history
…9 is deprecated in brew.
  • Loading branch information
poletti-marco committed Jan 21, 2023
1 parent 9042373 commit 8691a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-on-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-9.0, stl: libc++, test: ReleasePlainNoClangTidy}
- {compiler: clang-9.0, stl: libc++, test: DebugAsanUbsanNoClangTidy}
- {compiler: clang-11.0, stl: libc++, test: ReleasePlainNoClangTidy}
- {compiler: clang-11.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}
Expand Down

0 comments on commit 8691a17

Please sign in to comment.