Skip to content

Commit

Permalink
fix: resolve CI build failure by using rust 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Dec 2, 2024
1 parent a7edf6f commit 0072cd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
executors:
circleci-rust-docker:
docker:
- image: cimg/rust:1.74
- image: cimg/rust:1.78

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: rust:1.74
image: rust:1.78
env:
SLACK_ACCESS_TOKEN:
SLACK_DEFAULT_CHANNEL:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
# if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
container:
image: rust:1.74
image: rust:1.78
needs:
- build
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
container:
image: rust:1.74
image: rust:1.78
env:
SLACK_ACCESS_TOKEN:
SLACK_DEFAULT_CHANNEL:
Expand Down

0 comments on commit 0072cd0

Please sign in to comment.