Skip to content

Commit c64b0d1

Browse files
committed
ci workflow fixed
1 parent 02b765e commit c64b0d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
os: [ubuntu-latest]
2727
scala: [2.13.6, 2.12.14]
28-
java: [graalvm@21.2.0]
28+
java: [graalvm-ce-java11@21.1.0]
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- name: Checkout current branch (full)
@@ -92,7 +92,7 @@ jobs:
9292
matrix:
9393
os: [ubuntu-latest]
9494
scala: [2.13.6]
95-
java: [graalvm@21.2.0]
95+
java: [graalvm-ce-java11@21.1.0]
9696
runs-on: ${{ matrix.os }}
9797
steps:
9898
- name: Checkout current branch (full)

0 commit comments

Comments
 (0)