mirror of
https://github.com/apple/pkl.git
synced 2026-07-03 11:41:43 +02:00
fix: upgrade ci jobs to jdk 21 (#926)
Signed-off-by: Sam Gammon <sam@elide.dev>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user