|
|
|
@ -19,7 +19,7 @@ jobs:
|
|
|
|
|
build:
|
|
|
|
|
strategy:
|
|
|
|
|
matrix:
|
|
|
|
|
os: [ubuntu-latest, ubuntu-16.04, windows-latest, macOS-latest]
|
|
|
|
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
|
|
|
fail-fast: false
|
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
|
steps:
|
|
|
|
@ -52,7 +52,7 @@ jobs:
|
|
|
|
|
test-save:
|
|
|
|
|
strategy:
|
|
|
|
|
matrix:
|
|
|
|
|
os: [ubuntu-latest, ubuntu-16.04, windows-latest, macOS-latest]
|
|
|
|
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
|
|
|
fail-fast: false
|
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
|
steps:
|
|
|
|
@ -75,7 +75,7 @@ jobs:
|
|
|
|
|
needs: test-save
|
|
|
|
|
strategy:
|
|
|
|
|
matrix:
|
|
|
|
|
os: [ubuntu-latest, ubuntu-16.04, windows-latest, macOS-latest]
|
|
|
|
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
|
|
|
fail-fast: false
|
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
|
steps:
|
|
|
|
|