Skip to content

Commit

Permalink
[skip ci] set ubuntu version to 2204 (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomatoAres authored Jan 27, 2025
1 parent 49cce9e commit 53d464d
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
release:
name: Create Release
needs: srtool
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check to latest commit
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
chain: ["bifrost-kusama", "bifrost-polkadot"]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: "📥 Checkout"
uses: actions/checkout@v4
Expand Down

0 comments on commit 53d464d

Please sign in to comment.