Skip to content

Commit

Permalink
Windows build does not work and I don't have resources to fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Sep 21, 2023
1 parent 3f1574a commit 8dd1828
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
java: [17, 20]
exclude:
- os: windows-latest
java: 20

name: Build on Java ${{ matrix.java }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
name: Build on Java ${{ matrix.java }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 8dd1828

Please sign in to comment.