We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a04eba commit 39ebae9Copy full SHA for 39ebae9
1 file changed
.github/workflows/build.yml
@@ -43,8 +43,9 @@ jobs:
43
test:
44
runs-on: ${{ matrix.os }}
45
strategy:
46
+ fail-fast: false
47
matrix:
- os: [ubuntu-16.04, ubuntu-18.04, windows-2016, windows-latest, macos-latest]
48
+ os: [windows-2016, windows-latest, ubuntu-latest, macos-latest]
49
needs: build
50
steps:
51
- name: Download Build Output
0 commit comments