Skip to content

Commit d9f3bc2

Browse files
committed
script
1 parent 34daf8b commit d9f3bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install JDK
3333
uses: actions/setup-java@v3
3434
with:
35-
distribution: "openjdk"
35+
distribution: "temurin"
3636
java-version: "17"
3737

3838
- name: Enable KVM
@@ -262,7 +262,7 @@ jobs:
262262
- name: Install JDK
263263
uses: actions/setup-java@v3
264264
with:
265-
distribution: "openjdk"
265+
distribution: "temurin"
266266
java-version: "17"
267267

268268
- name: Enable KVM

0 commit comments

Comments
 (0)