Skip to content

Commit 39ebae9

Browse files
committed
Less linux testing
1 parent 6a04eba commit 39ebae9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ jobs:
4343
test:
4444
runs-on: ${{ matrix.os }}
4545
strategy:
46+
fail-fast: false
4647
matrix:
47-
os: [ubuntu-16.04, ubuntu-18.04, windows-2016, windows-latest, macos-latest]
48+
os: [windows-2016, windows-latest, ubuntu-latest, macos-latest]
4849
needs: build
4950
steps:
5051
- name: Download Build Output

0 commit comments

Comments
 (0)