Update with LLVM 16 compatibility.

This commit is contained in:
Christoffer Lerno
2022-08-17 22:29:23 +02:00
parent d95e0b4733
commit f6ff3a0756
2 changed files with 2 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release, Debug]
llvm_version: [12, 13, 14, 15]
llvm_version: [12, 13, 14, 15, 16]
steps:
- uses: actions/checkout@v3