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"