From 27fbca0d88b422deac1c8ffd545394acafcb7b88 Mon Sep 17 00:00:00 2001 From: Ghaith Hachem Date: Thu, 26 Jan 2023 22:06:04 +0100 Subject: [PATCH] Update to llvm14 --- .github/workflows/build.yml | 2 +- build.ps1 | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c34eb98..82fc61c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: # The type of runner that the job will run on runs-on: windows-latest env: - llvm_version: 13.0.0 + llvm_version: 14.0.6 # Steps represent a sequence of tasks that will be executed as part of the job diff --git a/build.ps1 b/build.ps1 index f96d331..db73c38 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1,4 +1,4 @@ -$llvm_version = "13.0.0" +$llvm_version = "14.0.6" # Check if scoop is installed if (!(Get-Command "scoop" -errorAction SilentlyContinue)) { @@ -61,5 +61,6 @@ function build-msvc { Remove-Item $source_dir -Force -Recurse -Confirm:$false } -build-msvc "msvc16" "Visual Studio 16 2019" -build-msvc "msvc15" "Visual Studio 15 2017" +build-msvc "msvc17" "Visual Studio 17 2022" +# build-msvc "msvc16" "Visual Studio 16 2019" +# build-msvc "msvc15" "Visual Studio 15 2017"