Switch to clang-8.

This is the new minimum supported Clang version going forward.
This commit is contained in:
David Anderson
2023-08-30 22:08:45 +02:00
committed by Your Name
parent 62f08a31fc
commit d5f47a88e6
+2 -2
View File
@@ -21,8 +21,8 @@ jobs:
compiler_cxx: clang++
- os: ubuntu-18.04
os_short: linux
compiler_cc: clang-3.9
compiler_cxx: clang++-3.9
compiler_cc: clang-8
compiler_cxx: clang++-8
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.os_short }}-${{ matrix.compiler_cc }}