Skip to content

Commit

Permalink
ci(gh-actions): use ubuntu-latest host runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Apr 3, 2023
1 parent b06f6bf commit 695aec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compare-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
compare-build-assets:
name: Compare Build Assets
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
# Build on PR branch
- name: Checkout PR branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Release for GitHub Actions
uses: technote-space/release-github-actions@v8.0.3
Expand Down

0 comments on commit 695aec7

Please sign in to comment.