Skip to content

Commit

Permalink
fix: Revert runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jan 24, 2025
1 parent ef27540 commit d669518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

linux-release-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Install packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
linux-assets:
needs: tagpr
if: needs.tagpr.outputs.tagpr-tag != ''
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Install packages
run: |
Expand Down

0 comments on commit d669518

Please sign in to comment.