diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f23d79bd5..20556b2f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: branches: [ master ] env: - LLVM_RELEASE_VERSION: 15 + LLVM_RELEASE_VERSION: 16 jobs: @@ -291,7 +291,7 @@ jobs: fail-fast: false matrix: build_type: [Release, Debug] - llvm_version: [15] + llvm_version: [15, 16] steps: - uses: actions/checkout@v3 - name: Download LLVM