Skip to content

Commit 6ca2fc6

Browse files
Update windows10-Enter.yml
1 parent 3511e02 commit 6ca2fc6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/windows10-Enter.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [macos-13, ubuntu-latest, windows-latest, macos-latest, ubuntu-22.04]
11-
java-version: [21, 17, 11]
10+
os: [ubuntu-latest]
11+
java-version: [17]
1212

1313
steps:
1414
- uses: actions/checkout@v4
@@ -19,4 +19,5 @@ jobs:
1919
distribution: 'adopt'
2020
java-version: ${{ matrix.java-version }}
2121

22-
22+
- name: Build with Maven
23+
run: mvn clean install

0 commit comments

Comments
 (0)