We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27465bb commit 37847a2Copy full SHA for 37847a2
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
needs: dependabolt
32
strategy:
33
matrix:
34
- os: [windows-latest, macOS-latest, ubuntu-latest]
+ os: [macOS-latest, ubuntu-latest]
35
steps:
36
- name: Fix git checkout line endings
37
run: git config --global core.autocrlf input
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
- os: [windows-latest, macOS-latest, ubuntu-20.04]
+ os: [macOS-latest, ubuntu-20.04]
81
82
83
0 commit comments