Skip to content

Commit 4a7607f

Browse files
committed
Remove Windows from CI build matrix in GitHub Actions workflow
1 parent 5b397bf commit 4a7607f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ ubuntu-latest, windows-latest, macos-latest ]
18+
os: [ ubuntu-latest, macos-latest ]
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Set up Java

0 commit comments

Comments
 (0)