Skip to content

Commit

Permalink
Run lint/release jobs on Ubuntu, and Windows build/tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
samuong committed May 23, 2021
1 parent 2c049b6 commit 313b33f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
format:
strategy:
matrix:
os: [ 'macos-latest' ]
os: [ 'ubuntu-latest' ]
go: [ '1.16' ]

runs-on: ${{ matrix.os }}
Expand All @@ -35,7 +35,7 @@ jobs:
test:
strategy:
matrix:
os: [ 'macos-latest', 'ubuntu-latest' ]
os: [ 'macos-latest', 'ubuntu-latest', 'windows-latest' ]
go: [ '1.16' ]

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- os: 'ubuntu-latest'
goos: 'linux'
goarch: 'amd64'
- os: 'ubuntu-latest'
- os: 'windows-latest'
goos: 'windows'
goarch: 'amd64'
go: [ '1.16' ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
release:
runs-on: macos-latest
runs-on: ubuntu-latest

steps:
- uses: actions/create-release@v1
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- os: 'ubuntu-latest'
goos: 'linux'
goarch: 'amd64'
- os: 'ubuntu-latest'
- os: 'windows-latest'
goos: 'windows'
goarch: 'amd64'
go: [ '1.16' ]
Expand Down

0 comments on commit 313b33f

Please sign in to comment.