Skip to content

Commit 5669e5d

Browse files
committed
[GHA] Run on ubuntu only again
1 parent 14c8f6f commit 5669e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
cache: [maven]
1111
distribution: [temurin]
1212
java: [17, 21, 22, 23-ea]
13-
os: [ubuntu-latest, macos-latest, windows-latest]
13+
os: [ubuntu-latest]
1414
fail-fast: false
1515
max-parallel: 4
1616
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)