From 5a531f84372e244053b7cbaaf0770485716db749 Mon Sep 17 00:00:00 2001 From: Wenju He Date: Tue, 28 May 2024 17:32:00 -0700 Subject: [PATCH] [CI] Set github workflow scheduled-verification branches to 14~18 (#520) Don't run on branches older than 14. --- .github/workflows/scheduled-verification.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scheduled-verification.yml b/.github/workflows/scheduled-verification.yml index 968ab92d..eec34da1 100644 --- a/.github/workflows/scheduled-verification.yml +++ b/.github/workflows/scheduled-verification.yml @@ -28,10 +28,10 @@ jobs: ref_opencl-clang: main verify-release-branches: - name: Verify `ocl-open-*` release branches + name: Verify `ocl-open-${{ matrix.llvm_version }}` release branch strategy: matrix: - llvm_version: [ 10, 11, 12, 13, 14, 15 ] + llvm_version: [ 14, 15, 16, 17, 18 ] runs-on: ubuntu-22.04 steps: