mirror of
https://github.com/apple/pkl.git
synced 2026-05-20 22:06:57 +02:00
Fix CI to use JDK17 in deployment jobs (#468)
This commit is contained in:
@@ -23,7 +23,7 @@ command: String
|
||||
|
||||
job {
|
||||
docker {
|
||||
new { image = "cimg/openjdk:11.0" }
|
||||
new { image = "cimg/openjdk:17.0" }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user