Skip to content

Commit 828f8f0

Browse files
committed
Update Scala and LLVM versions
1 parent f4029f7 commit 828f8f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
OS: [ubuntu-22.04, windows-2022]
1010
# Test using the same Scala 3 as used to publish ScalaNative artifacts
11-
scala: [2.12.18, 2.13.12, 3.1.3]
11+
scala: [2.12.20, 2.13.17, 3.1.3]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: coursier/cache-action@v6
@@ -30,7 +30,7 @@ jobs:
3030
3131
function InstallLLVM {
3232
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
33+
choco install llvm --version=21.1.0 --allow-downgrade --force
3434
}
3535
3636
# Attempt to install LLVM with retries

0 commit comments

Comments
 (0)