Skip to content

Commit da36089

Browse files
committed
CI fix
1 parent 346cf8d commit da36089

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: [ubuntu-latest]
38-
compiler: [g++, clang++]
38+
compiler: [g++-14, clang++-19]
3939
generator: [Ninja]
4040
export_commands: [OFF]
4141
build_type: [Debug, Release]
@@ -56,6 +56,10 @@ jobs:
5656
if: ${{ matrix.generator == 'Ninja' }}
5757
run: sudo apt install ninja-build
5858

59+
- name: Install Clang 19
60+
if: ${{ matrix.generator == 'clang++-19' }}
61+
run: sudo apt install clang-19
62+
5963
- name: Install clang-tidy
6064
if: ${{ matrix.export_commands == 'ON' }}
6165
run: sudo apt install clang-tidy

0 commit comments

Comments
 (0)