Skip to content

Commit 0241707

Browse files
author
Fabrizio Mirabito
committed
Fix ci
1 parent 806a186 commit 0241707

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
strategy:
12-
matrix:
13-
operating-system: [ubuntu-latest, windows-latest]
14-
15-
runs-on: ${{ matrix.operating-system }}
16-
11+
runs-on: ubuntu-latest
1712
steps:
1813
- name: Disable EOL conversions
1914
run: git config --global core.autocrlf false

0 commit comments

Comments
 (0)