Skip to content

Commit

Permalink
use ubuntu only
Browse files Browse the repository at this point in the history
Signed-off-by: Furkan <[email protected]>
  • Loading branch information
Dentrax committed Aug 20, 2020
1 parent b4f9b56 commit 3edbd8c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ on:
- '**.md'

jobs:
Build:
strategy:
fail-fast: false
matrix:
go-version: [1.13.x, 1.14.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
Test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v1
Expand Down

0 comments on commit 3edbd8c

Please sign in to comment.