File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ jobs:
2222 target : [X86]
2323 cc : [clang]
2424 version : [14, 15]
25- llvm_branch : [release_17x, release_18x ]
25+ llvm_branch : [release_18x, release_19x ]
2626 include :
2727 - target : X86
2828 cc : gcc
2929 version : 12
30- llvm_branch : release_17x
30+ llvm_branch : release_18x
3131 - target : X86
3232 cc : gcc
3333 version : 12
34- llvm_branch : release_18x
34+ llvm_branch : release_19x
3535
3636 steps :
3737 # Checks-out your repository under $GITHUB_WORKSPACE, so the job can access it
Original file line number Diff line number Diff line change 2626 strategy :
2727 matrix :
2828 target : [AArch64]
29- llvm_branch : [release_17x, release_18x ]
29+ llvm_branch : [release_18x, release_19x ]
3030
3131 steps :
3232 - name : Check tools
Original file line number Diff line number Diff line change 2020 os :
2121 - windows-latest
2222 # - self-hosted
23- llvm_branch : [release_17x, release_18x ]
23+ llvm_branch : [release_18x, release_19x ]
2424 include :
2525 - os : windows-latest
2626 arch : amd64
You can’t perform that action at this time.
0 commit comments