Skip to content

Commit

Permalink
Merge pull request #978 from mackerelio/use-ubuntu-20.04
Browse files Browse the repository at this point in the history
use ubuntu-20.04
  • Loading branch information
yseto committed Dec 19, 2022
2 parents 82d9652 + 8465f71 commit f6817a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
parallel-finished: true
build:
needs: [test]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
steps:
- run: |
Expand Down

0 comments on commit f6817a6

Please sign in to comment.