Skip to content

Commit 37847a2

Browse files
committed
debug: remove windows-latest run
1 parent 27465bb commit 37847a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
needs: dependabolt
3232
strategy:
3333
matrix:
34-
os: [windows-latest, macOS-latest, ubuntu-latest]
34+
os: [macOS-latest, ubuntu-latest]
3535
steps:
3636
- name: Fix git checkout line endings
3737
run: git config --global core.autocrlf input
@@ -77,7 +77,7 @@ jobs:
7777
needs: dependabolt
7878
strategy:
7979
matrix:
80-
os: [windows-latest, macOS-latest, ubuntu-20.04]
80+
os: [macOS-latest, ubuntu-20.04]
8181
steps:
8282
- name: Fix git checkout line endings
8383
run: git config --global core.autocrlf input

0 commit comments

Comments
 (0)