Temporarily disable LLVM 16

This commit is contained in:
Christoffer Lerno
2022-08-10 11:17:13 +02:00
parent cfcf5cbc16
commit fd3591c8b7

View File

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