Skip to content

Commit

Permalink
Remove windows from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Aug 29, 2023
1 parent b7c0688 commit da2c9f9
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 @@ -10,7 +10,7 @@ jobs:
gradle:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
java: [17]
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit da2c9f9

Please sign in to comment.