Skip to content

Commit

Permalink
Added LLVM 15 CI
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Avramoussis <[email protected]>
  • Loading branch information
Idclip committed Mar 4, 2023
1 parent c1d92f1 commit 4a31d7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ jobs:
matrix:
config:
- { cxx: 'clang++', build: 'Release', llvm: '14', dir: '@14' }
# Can't support LLVM >= 15
#- { cxx: 'clang++', build: 'Release', llvm: 'latest', dir: '' }
- { cxx: 'clang++', build: 'Release', llvm: 'latest', dir: '' }
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4a31d7f

Please sign in to comment.