From 72342461d2e37cfdc9765084f4860f1d2b6da7d4 Mon Sep 17 00:00:00 2001 From: Tim Gymnich Date: Mon, 26 Feb 2024 20:35:07 +0100 Subject: [PATCH] Update enzyme-ci.yml (#1754) --- .github/workflows/enzyme-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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