Skip to content

Commit 050025e

Browse files
committed
[CI] Update Java
1 parent c53ffee commit 050025e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/wheel.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ jobs:
5454
- uses: actions/checkout@v4
5555

5656
- name: Setup Java JDK
57-
uses: actions/setup-java@v2.1.0
57+
uses: actions/setup-java@v3
5858
with:
59-
java-version: 8
60-
distribution: adopt
59+
distribution: "temurin"
60+
java-version: "11.0.20+8" # The JDK version to make available on the path.
61+
java-package: jdk
62+
architecture: x64
6163

6264
- name: Setup Python ${{ matrix.python_version }}
6365
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)