chore: restore macos env in GitHub Actions.
This commit is contained in:
committed by
GitHub
parent
d92051d40f
commit
350cf80bbf
7
.github/workflows/go-cross.yml
vendored
7
.github/workflows/go-cross.yml
vendored
@@ -18,14 +18,13 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [ 1.15, 1.16 ]
|
||||
# os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
go-path-suffix: /go
|
||||
# - os: macos-latest
|
||||
# go-path-suffix: /go
|
||||
- os: macos-latest
|
||||
go-path-suffix: /go
|
||||
- os: windows-latest
|
||||
go-path-suffix: \go
|
||||
|
||||
|
||||
Reference in New Issue
Block a user