mirror of
https://github.com/apple/pkl.git
synced 2026-07-14 09:02:40 +02: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:
|
||||
|
||||
Reference in New Issue
Block a user