X Tutup
Skip to content

Commit 4fcb3b1

Browse files
committed
Adding windows, #1092
1 parent 64cb303 commit 4fcb3b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
# We do one OS only to reduce resource utilization. To do macOS to this would be needed:
20-
#os: [ubuntu-20.04, macOS-latest]
21-
os: [ubuntu-latest]
19+
# Linux and Windows only (MacOS is quite close to Linux, so less of a risk)
20+
os: [ubuntu-latest, windows-latest]
2221
java: [17, 21]
2322
fail-fast: false
2423
max-parallel: 4

0 commit comments

Comments
 (0)
X Tutup