Skip to content

Commit

Permalink
Added support for LLVM 13
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary authored Nov 10, 2021
1 parent 406d476 commit e29d080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- id: 'windows-amd64'
os: 'windows-2016'
llvm_prefix: llvm-project/build/Release
llvm_version: ['10.x', '11.x', '12.x']
llvm_version: ['11.x', '12.x', '13.x']
llvm_repo_url: ['https://github.com/llvm/llvm-project.git']
fail-fast: true

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

strategy:
matrix:
llvm_version: ['10.x', '11.x', '12.x']
llvm_version: ['11.x', '12.x', '13.x']

steps:
- name: Download the Artifacts
Expand Down

0 comments on commit e29d080

Please sign in to comment.