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 bd17144 commit 8580f56
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 @@ -167,7 +167,7 @@ jobs:

coveralls-finish:
needs: [ phpunit, jest ]
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Coveralls Finished
Expand Down

0 comments on commit 8580f56

Please sign in to comment.