We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53ffee commit 050025eCopy full SHA for 050025e
1 file changed
.github/workflows/wheel.yml
@@ -54,10 +54,12 @@ jobs:
54
- uses: actions/checkout@v4
55
56
- name: Setup Java JDK
57
- uses: actions/setup-java@v2.1.0
+ uses: actions/setup-java@v3
58
with:
59
- java-version: 8
60
- distribution: adopt
+ distribution: "temurin"
+ java-version: "11.0.20+8" # The JDK version to make available on the path.
61
+ java-package: jdk
62
+ architecture: x64
63
64
- name: Setup Python ${{ matrix.python_version }}
65
uses: actions/setup-python@v5
0 commit comments