Skip to content

Commit

Permalink
chore(workflow): fix the Ubuntu version in the workflow to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyoush committed Dec 13, 2024
1 parent c7414f8 commit 8b35d45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:

release-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:

- name: Remove large directories
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:

release-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:

- name: Remove large directories
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
jobs:

build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
Expand Down

0 comments on commit 8b35d45

Please sign in to comment.