Skip to content

Commit

Permalink
Update build to Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
benbjohnson committed Jul 14, 2021
1 parent 34cbc66 commit 609b6f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
name: release
jobs:
linux:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ on: [push, pull_request]
name: test
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.15'
go-version: '1.16'

- uses: actions/checkout@v2

Expand Down

0 comments on commit 609b6f5

Please sign in to comment.