Skip to content

Commit

Permalink
Add clang-15
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Maffre committed Aug 18, 2023
1 parent 1573acd commit dd94972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os: [ubuntu-latest, ubuntu-20.04]
build_type: [Debug, Release]
compiler: [g++, clang++, clang++-11]
compiler: [g++, clang++, clang++-11, clang++-15]
include:
- os: windows-latest
build_type: Debug
Expand All @@ -29,7 +29,7 @@ jobs:

steps:
- name: Install packages
run: sudo apt install libmbedtls-dev doctest-dev clang-11
run: sudo apt install libmbedtls-dev doctest-dev clang-11 clang++-15
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-20.04'

- uses: actions/checkout@v2
Expand Down

0 comments on commit dd94972

Please sign in to comment.