We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4029f7 commit 828f8f0Copy full SHA for 828f8f0
.github/workflows/CI.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
OS: [ubuntu-22.04, windows-2022]
10
# Test using the same Scala 3 as used to publish ScalaNative artifacts
11
- scala: [2.12.18, 2.13.12, 3.1.3]
+ scala: [2.12.20, 2.13.17, 3.1.3]
12
steps:
13
- uses: actions/checkout@v3
14
- uses: coursier/cache-action@v6
@@ -30,7 +30,7 @@ jobs:
30
31
function InstallLLVM {
32
Write-Host "Attempting to install LLVM (try $($retryCount + 1 - $global:retryAttempt) of $($retryCount + 1))..."
33
- choco install llvm --version=17.0.6 --allow-downgrade --force
+ choco install llvm --version=21.1.0 --allow-downgrade --force
34
}
35
36
# Attempt to install LLVM with retries
0 commit comments