Fix tests, reenable LLVM 22

This commit is contained in:
Christoffer Lerno
2025-08-26 20:55:58 +02:00
parent 1781e97f02
commit f7143c1852
7 changed files with 32 additions and 32 deletions

View File

@@ -230,7 +230,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release, Debug]
llvm_version: [17, 18, 19, 20, 21]
llvm_version: [17, 18, 19, 20, 21, 22]
steps:
- uses: actions/checkout@v4