Skip to content

Commit

Permalink
ci: 更新 GitHub Action runs-on: ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Apr 9, 2023
1 parent 237c3a2 commit ebdc22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

coveralls-finish:
needs: [ jest ]
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit ebdc22f

Please sign in to comment.