Skip to content

Commit

Permalink
Adding windows, #1092
Browse files Browse the repository at this point in the history
  • Loading branch information
josemduarte committed Apr 24, 2024
1 parent 64cb303 commit 4fcb3b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pull_request.yml
Expand Up @@ -16,9 +16,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# We do one OS only to reduce resource utilization. To do macOS to this would be needed:
#os: [ubuntu-20.04, macOS-latest]
os: [ubuntu-latest]
# Linux and Windows only (MacOS is quite close to Linux, so less of a risk)
os: [ubuntu-latest, windows-latest]
java: [17, 21]
fail-fast: false
max-parallel: 4
Expand Down

0 comments on commit 4fcb3b1

Please sign in to comment.