Skip to content

Commit

Permalink
[CI] Set github workflow scheduled-verification branches to 14~18 (#520)
Browse files Browse the repository at this point in the history
Don't run on branches older than 14.
  • Loading branch information
wenju-he committed May 29, 2024
1 parent 545a145 commit 5a531f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 5a531f8

Please sign in to comment.