diff --git a/.github/workflows/enzyme-ci.yml b/.github/workflows/enzyme-ci.yml index 4a1ef073160d..fcb94bb604f3 100644 --- a/.github/workflows/enzyme-ci.yml +++ b/.github/workflows/enzyme-ci.yml @@ -61,7 +61,7 @@ jobs: strategy: fail-fast: false matrix: - llvm: ["11", "12", "13", "14", "15"] + llvm: ["12", "13", "14", "15", "16"] build: ["Release", "Debug"] # "RelWithDebInfo" timeout-minutes: 30