Skip to content

Commit

Permalink
Merge pull request #461 from Cerebellum-Network/chore/update-workflow…
Browse files Browse the repository at this point in the history
…s-runners-to-ubuntu-24-04

Update `ci.yaml` runners to Ubuntu 24.04
  • Loading branch information
khssnv authored Oct 28, 2024
2 parents 710b149 + a3afa85 commit 034b03e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
format:
name: Check Lints
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
Expand All @@ -36,7 +36,7 @@ jobs:
check:
name: Cargo check
needs: format
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Install linux dependencies
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
clippy:
name: Run Clippy
needs: format
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Install linux dependencies
Expand Down
2 changes: 1 addition & 1 deletion runtime/cere-dev/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 60002,
spec_version: 60003,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 20,
Expand Down

0 comments on commit 034b03e

Please sign in to comment.