Skip to content

Commit b4449b5

Browse files
wip
1 parent 66543e8 commit b4449b5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,9 @@ workflows:
255255
# name: jdk-11-arm64
256256
# arg-line: "--add-opens=java.base/java.nio=ALL-UNNAMED"
257257
- tests-java-arm64:
258-
name: jdk-11-arm64
259-
maven-image: "cimg/openjdk:21.0"
258+
name: jdk-17-arm64
259+
# maven-image: "cimg/openjdk:21.0"
260+
maven-image: "amazoncorretto:17"
260261
arg-line: "--add-opens=java.base/java.nio=ALL-UNNAMED"
261262
- deploy-snapshot:
262263
requires:
@@ -267,7 +268,7 @@ workflows:
267268
# - jdk-17
268269
# - jdk-20
269270
# - jdk-21
270-
- jdk-11-arm64
271+
- jdk-17-arm64
271272
filters:
272273
branches:
273274
only: main

0 commit comments

Comments
 (0)