From 27ff9859b8cfbe3a2c25edc5fd73a9929508bab4 Mon Sep 17 00:00:00 2001 From: Wenju He Date: Tue, 28 May 2024 08:54:23 +0800 Subject: [PATCH] Set github workflow scheduled-verification branches to 14~18 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: