Skip to content

Commit

Permalink
fix(ci): update rustc 1.75 for daily benchmarks (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Feb 22, 2024
1 parent 736dd65 commit 6da4608
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables:
GIT_STRATEGY: fetch
GIT_DEPTH: 100
CARGO_INCREMENTAL: 0
CI_IMAGE: "paritytech/ci-unified:bullseye-1.71.0-2023-05-23"
CI_IMAGE: "paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240109"

.common-refs: &common-refs
rules:
Expand Down Expand Up @@ -128,4 +128,3 @@ publish-bench:
script:
- echo $RUNNER_NAME
- ./scripts/ci/push_bench_results.sh artifacts/output.txt

0 comments on commit 6da4608

Please sign in to comment.