Skip to content

Commit

Permalink
CI: Don't build on Windows
Browse files Browse the repository at this point in the history
The GitHub builder has not enough RAM and it keeps failing and honestly I don't care. Contributions welcome
  • Loading branch information
piegamesde committed Jan 14, 2022
1 parent 0752702 commit d47e3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
jdk: [17]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d47e3d4

Please sign in to comment.