Skip to content

Commit

Permalink
use ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
yseto committed Dec 19, 2022
1 parent 2228522 commit 8465f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
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 8465f71

Please sign in to comment.