Skip to content

Commit d47e3d4

Browse files
committed
CI: Don't build on Windows
The GitHub builder has not enough RAM and it keeps failing and honestly I don't care. Contributions welcome
1 parent 0752702 commit d47e3d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ubuntu-latest, windows-latest]
18+
os: [ubuntu-latest]
1919
jdk: [17]
2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)