Skip to content

Commit

Permalink
[CI] Add Clang 13.0 to the build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Oct 20, 2021
1 parent e39fbeb commit e392ae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-low-cadence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ '12' ]
version: [ '13' ]
env:
CC: clang-${{ matrix.version }}
CXX: clang++-${{ matrix.version }}
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ '12' ]
version: [ '13' ]
env:
CC: clang-${{ matrix.version }}
CXX: clang++-${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ '10', '11', '12' ]
version: [ '10', '11', '12', '13' ]
env:
CC: clang-${{ matrix.version }}
CXX: clang++-${{ matrix.version }}
Expand Down

0 comments on commit e392ae0

Please sign in to comment.