Skip to content

Commit

Permalink
no windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamM-Ibm authored Jul 14, 2023
1 parent c6cacac commit c4146fe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,13 @@ jobs:

isMain:
- ${{ contains(github.ref, 'main') }}
java: [ 17, 20, 21-ea ]
java: [ 17, 20 ]
os: [ ubuntu20.04 ]
exclude:
- isMain: true
java: 17
- isMain: true
java: 20
- os: windows-latest
java: 20
- os: windows-latest
java: 21-ea
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit c4146fe

Please sign in to comment.