Skip to content

Commit

Permalink
debug: remove windows-latest run
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed Nov 1, 2022
1 parent 27465bb commit 37847a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
needs: dependabolt
strategy:
matrix:
os: [windows-latest, macOS-latest, ubuntu-latest]
os: [macOS-latest, ubuntu-latest]
steps:
- name: Fix git checkout line endings
run: git config --global core.autocrlf input
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
needs: dependabolt
strategy:
matrix:
os: [windows-latest, macOS-latest, ubuntu-20.04]
os: [macOS-latest, ubuntu-20.04]
steps:
- name: Fix git checkout line endings
run: git config --global core.autocrlf input
Expand Down

0 comments on commit 37847a2

Please sign in to comment.