Use LLVM 18 by default. Update MSVC to LLVM 18.1.8.

This commit is contained in:
Christoffer Lerno
2024-07-04 00:48:35 +02:00
parent 12051e7544
commit 4a50de8318
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ on:
branches: [ master ]
env:
LLVM_RELEASE_VERSION: 16
LLVM_RELEASE_VERSION: 18
jobs:
@@ -446,7 +446,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release, Debug]
llvm_version: [15, 16, 17]
llvm_version: [15, 16, 17, 18]
steps:
- uses: actions/checkout@v4
- name: Download LLVM