Skip to content

Commit a60b8e7

Browse files
Update windows10-Enter.yml
1 parent b2d284f commit a60b8e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/windows10-Enter.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-20.04, macos-13, windows-2022, ubuntu-latest, windows-latest, macos-latest]
13-
java-version: [21, 23, 17.0.12, 22]
12+
os: [macos-13, ubuntu-latest, windows-latest, macos-latest]
13+
# java-version: [21, 23, 17.0.12, 22]
1414

1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
- name: Set up GraalVM
18+
- name: Set up JDK 17
1919
uses: actions/setup-java@v4
2020
with:
21-
distribution: 'graalvm'
22-
java-version: ${{ matrix.java-version }}
23-
21+
distribution: 'adoptium'
22+
java-version: 17
23+
2424

0 commit comments

Comments
 (0)