Skip to content

Commit

Permalink
Merge pull request #842 from mackerelio/use-ubuntu-20.04
Browse files Browse the repository at this point in the history
use ubuntu-20.04
  • Loading branch information
lufia authored Dec 20, 2022
2 parents 37a1bbf + 21e2de5 commit da85fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

build-linux:
name: Build (Linux)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: test-linux
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
env:
Expand Down

0 comments on commit da85fd5

Please sign in to comment.