mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 03:55:54 +00:00
Change the GitHub workflow to run the builds only on ubuntu-latest platform
Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
parent
5284f34b6f
commit
722acb64cb
1 changed files with 1 additions and 2 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -11,8 +11,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go-version: [go1.12.x, go1.13.x, go1.14.x]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GO111MODULE: on
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue