mirror of https://github.com/pkg/sftp.git
CI macOS: exclude previous go version
This commit is contained in:
parent
02474239ba
commit
39d0113ba7
|
|
@ -11,8 +11,11 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: [1.15, 1.14]
|
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
|
go: [1.15, 1.14]
|
||||||
|
exclude:
|
||||||
|
- os: macos-latest
|
||||||
|
go: 1.14
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue