Update CI clang version now that gcc has changed.

This commit is contained in:
jzmaddock
2023-11-01 13:31:12 +00:00
parent b35f77942d
commit 12aa23b23d

View File

@@ -19,7 +19,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
compiler: [ g++-11, g++-12, clang++-14 ] compiler: [ g++-11, g++-12, clang++-15 ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with: