From d518d7215556216cb1e5da06f8942354d321c726 Mon Sep 17 00:00:00 2001 From: Wenju He Date: Mon, 23 Sep 2024 10:59:10 +0800 Subject: [PATCH] add 190 branch to scheduled-verification --- .github/workflows/scheduled-verification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled-verification.yml b/.github/workflows/scheduled-verification.yml index 9d6e694..6e64155 100644 --- a/.github/workflows/scheduled-verification.yml +++ b/.github/workflows/scheduled-verification.yml @@ -34,7 +34,7 @@ jobs: name: Verify `ocl-open-${{ matrix.llvm_version }}` release branch strategy: matrix: - llvm_version: [ 14, 15, 16, 17, 18 ] + llvm_version: [ 14, 15, 16, 17, 18, 19 ] runs-on: ubuntu-22.04 steps: