Skip to content

Commit

Permalink
use windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasng committed Dec 1, 2019
1 parent 4b6bab4 commit be27a5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
Expand All @@ -26,7 +26,7 @@ jobs:
golangci-lint -E bodyclose,misspell,gocyclo,dupl,gofmt,golint,unconvert,goimports,depguard,gocritic,funlen,interfacer run
test:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
Expand All @@ -40,7 +40,7 @@ jobs:
run: go test -v ./...

coverage:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
Expand All @@ -60,7 +60,7 @@ jobs:
file: ./coverage.out

build:
runs-on: ubuntu-latest
runs-on: windows-latest
needs: [lint, test]
steps:
- name: Install Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
releaser:
name: Release on GitHub
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down

0 comments on commit be27a5c

Please sign in to comment.