Skip to content

Commit

Permalink
Try upgrading nightly CI version (#5283)
Browse files Browse the repository at this point in the history
See if it fixes bench and coverage CI
  • Loading branch information
sffc authored Jul 23, 2024
1 parent 76f1275 commit 23fb6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default_to_workspace = false
# The toolchain that CI is being run in. Allows tests to change under beta/nightly.
CI_TOOLCHAIN = { value = "pinned-stable", condition = { env_not_set = ["CI_TOOLCHAIN"]}}
# The pinned nightly toolchain for jobs that require a nightly compiler.
PINNED_CI_NIGHTLY = { value = "nightly-2023-08-08", condition = { env_not_set = ["PINNED_CI_NIGHTLY"] } }
PINNED_CI_NIGHTLY = { value = "nightly-2024-07-23", condition = { env_not_set = ["PINNED_CI_NIGHTLY"] } }

[tasks.quick]
description = "Run quick version of all lints and builds (useful before pushing to GitHub)"
Expand Down

0 comments on commit 23fb6da

Please sign in to comment.