Skip to content

Commit 4a31d7f

Browse files
committed
Added LLVM 15 CI
Signed-off-by: Nick Avramoussis <4256455+Idclip@users.noreply.github.com>
1 parent c1d92f1 commit 4a31d7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/weekly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,7 @@ jobs:
233233
matrix:
234234
config:
235235
- { cxx: 'clang++', build: 'Release', llvm: '14', dir: '@14' }
236-
# Can't support LLVM >= 15
237-
#- { cxx: 'clang++', build: 'Release', llvm: 'latest', dir: '' }
236+
- { cxx: 'clang++', build: 'Release', llvm: 'latest', dir: '' }
238237
fail-fast: false
239238
steps:
240239
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)