fix: upgrade ci jobs to jdk 21 (#926)

Signed-off-by: Sam Gammon <sam@elide.dev>
This commit is contained in:
Sam Gammon
2025-02-03 17:17:07 -08:00
committed by GitHub
parent 408242a44c
commit 5e12dfb200
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ arch: "amd64"|"aarch64"
/// Whether to link to musl. Otherwise, links to glibc.
musl: Boolean = false
javaVersion = "17.0"
javaVersion = "21.0"
local setupLinuxEnvironment: Config.RunStep =
let (muslVersion = "1.2.2")