Skip to content

Commit

Permalink
fix(ci): update rustc to build polkadot (#829)
Browse files Browse the repository at this point in the history
* fix(ci): update rustc to build polkadot

* Update .github/workflows/build-polkadot-for-nightly.yml
  • Loading branch information
niklasad1 authored May 6, 2024
1 parent a9fc770 commit 09a3d2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-polkadot-for-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
tests:
name: Build polkadot binary
runs-on: ubuntu-latest
container: paritytech/ci-unified:bullseye-1.74.0-2023-11-01-v20231204
container: paritytech/ci-unified:bullseye-1.77.0-2024-04-10-v20240408
steps:
- name: checkout polkadot-sdk
uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
tests:
name: Build staking-miner-playground
runs-on: ubuntu-latest
container: paritytech/ci-unified:bullseye-1.74.0-2023-11-01-v20231204
container: paritytech/ci-unified:bullseye-1.77.0-2024-04-10-v20240408
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- main

env:
IMAGE: paritytech/ci-unified:bullseye-1.74.0-2023-11-01-v20231204
IMAGE: paritytech/ci-unified:bullseye-1.77.0-2024-04-10-v20240408
IMAGE_NAME: paritytech/polkadot-staking-miner
RUST_INFO: rustup show && cargo --version && rustup +nightly show && cargo +nightly --version

Expand Down

0 comments on commit 09a3d2b

Please sign in to comment.