We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406d476 commit e29d080Copy full SHA for e29d080
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- id: 'windows-amd64'
22
os: 'windows-2016'
23
llvm_prefix: llvm-project/build/Release
24
- llvm_version: ['10.x', '11.x', '12.x']
+ llvm_version: ['11.x', '12.x', '13.x']
25
llvm_repo_url: ['https://github.com/llvm/llvm-project.git']
26
fail-fast: true
27
@@ -94,7 +94,7 @@ jobs:
94
95
strategy:
96
matrix:
97
98
99
steps:
100
- name: Download the Artifacts
0 commit comments