Skip to content

Commit

Permalink
Update from clang-8 to clang-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Maffre committed Aug 18, 2023
1 parent 2f3853d commit dc5931c
Show file tree
Hide file tree
Showing 2 changed files with 3 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-18.04]
build_type: [Debug, Release]
compiler: [g++, clang++, clang++-8]
compiler: [g++, clang++, clang++-11]
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-8
run: sudo apt install libmbedtls-dev doctest-dev clang-11
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-18.04'

- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,4 @@ MigrationBackup/

doc/html
doc/xml
build/*

0 comments on commit dc5931c

Please sign in to comment.