mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 17:56:45 +08:00
*: Remove linux builders from GH matrix
Removes linux builders from the GitHub action matrix. These are covered via the TeamCity CI solution now.
This commit is contained in:
committed by
Alessandro Arzilli
parent
8a78568f8c
commit
3d0a93c58f
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -10,10 +10,6 @@ jobs:
|
||||
include:
|
||||
- go: 1.15
|
||||
os: macos-latest
|
||||
- go: 1.14
|
||||
os: ubuntu-latest
|
||||
- go: 1.13
|
||||
os: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v1
|
||||
|
||||
Reference in New Issue
Block a user