We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cb303 commit 4fcb3b1Copy full SHA for 4fcb3b1
.github/workflows/pull_request.yml
@@ -16,9 +16,8 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
strategy:
18
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]
+ # Linux and Windows only (MacOS is quite close to Linux, so less of a risk)
+ os: [ubuntu-latest, windows-latest]
22
java: [17, 21]
23
fail-fast: false
24
max-parallel: 4
0 commit comments