mirror of
https://github.com/apple/pkl.git
synced 2026-03-23 09:31:06 +01:00
Fix CI to use JDK17 in deployment jobs (#468)
This commit is contained in:
@@ -672,7 +672,7 @@ jobs:
|
||||
environment:
|
||||
LANG: en_US.UTF-8
|
||||
docker:
|
||||
- image: cimg/openjdk:11.0
|
||||
- image: cimg/openjdk:17.0
|
||||
deploy-release:
|
||||
steps:
|
||||
- checkout
|
||||
@@ -695,7 +695,7 @@ jobs:
|
||||
environment:
|
||||
LANG: en_US.UTF-8
|
||||
docker:
|
||||
- image: cimg/openjdk:11.0
|
||||
- image: cimg/openjdk:17.0
|
||||
github-release:
|
||||
steps:
|
||||
- attach_workspace:
|
||||
|
||||
@@ -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