Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Polkadot v0.9.24 #833

Merged
merged 13 commits into from
Jun 16, 2022
6 changes: 3 additions & 3 deletions .github/workflows/build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
"os": "ubuntu-latest",
"target": "build-node",
"run_on_event": "any",
"rust_toolchain": "nightly-2021-11-07"
"rust_toolchain": "nightly-2022-05-09"
},

{
"os": "ubuntu-latest",
"target": "build-runtime",
"package": "altair-runtime",
"run_on_event": "push",
"rust_toolchain": "1.57.0"
"rust_toolchain": "1.62.0"
},

{
"os": "ubuntu-latest",
"target": "build-runtime",
"package": "centrifuge-runtime",
"run_on_event": "push",
"rust_toolchain": "1.57.0"
"rust_toolchain": "1.62.0"
}
]
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: ${{ matrix.target }}
runs-on: ${{ matrix.os }}
env:
RUST_TOOLCHAIN: "nightly-2021-09-28"
RUST_TOOLCHAIN: "nightly-2022-05-09"
steps:
- name: Free space on Ubuntu
if: ${{ matrix.os }} == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
required: true
default: ''
env:
RUST_TOOLCHAIN: "nightly-2021-11-07"
RUST_TOOLCHAIN: "nightly-2022-05-09"
jobs:
docker:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
target: [tests, lint, integration]
runs-on: ${{ matrix.os }}
env:
RUST_TOOLCHAIN: "nightly-2021-11-07"
RUST_TOOLCHAIN: "nightly-2022-05-09"
steps:
- name: Free space on Ubuntu
if: ${{ matrix.os }} == 'ubuntu-latest'
Expand Down
Loading