Skip to content

Commit e29d080

Browse files
authored
Added support for LLVM 13
1 parent 406d476 commit e29d080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- id: 'windows-amd64'
2222
os: 'windows-2016'
2323
llvm_prefix: llvm-project/build/Release
24-
llvm_version: ['10.x', '11.x', '12.x']
24+
llvm_version: ['11.x', '12.x', '13.x']
2525
llvm_repo_url: ['https://github.com/llvm/llvm-project.git']
2626
fail-fast: true
2727

@@ -94,7 +94,7 @@ jobs:
9494

9595
strategy:
9696
matrix:
97-
llvm_version: ['10.x', '11.x', '12.x']
97+
llvm_version: ['11.x', '12.x', '13.x']
9898

9999
steps:
100100
- name: Download the Artifacts

0 commit comments

Comments
 (0)