Skip to content

Commit 2bd4e47

Browse files
committed
Remove windows support
1 parent e4ce20c commit 2bd4e47

File tree

4 files changed

+184
-218
lines changed

4 files changed

+184
-218
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66

77
strategy:
88
matrix:
9-
os: [ubuntu-latest, macos-latest, windows-latest]
9+
os: [ubuntu-latest, macos-latest]
1010

1111
runs-on: ${{ matrix.os }}
1212

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ This action is compatible with:
66

77
- `ubuntu-latest`
88
- `macos-latest`
9-
- `windows-latest`
109

1110
## Inputs
1211

0 commit comments

Comments
 (0)