Skip to content

Commit

Permalink
Switch to clang-8.
Browse files Browse the repository at this point in the history
This is the new minimum supported Clang version going forward.
  • Loading branch information
dvander committed Oct 27, 2021
1 parent 9d7e720 commit 10795fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 10795fb

Please sign in to comment.