-
Notifications
You must be signed in to change notification settings - Fork 664
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ version: 2.1 | |
# - Incremental builds should be disabled in CI, since they don't provide much benefit. | ||
|
||
environment: | ||
RUST_VERSION: "1.77.1" # Ensure that this matches the `rust-version` in `Cargo.toml`. | ||
RUST_VERSION: "1.82.0" # Ensure that this matches the `rust-version` in `Cargo.toml`. | ||
|
||
orbs: | ||
windows: circleci/[email protected] | ||
|
@@ -15,11 +15,11 @@ executors: | |
macos-executor: | ||
macos: | ||
xcode: "16.0.0" # Use appropriate Xcode version | ||
resource_class: xlarge | ||
resource_class: m2pro.large | ||
|
||
linux-executor: | ||
docker: | ||
- image: "cimg/rust:1.77.1" # Ensure that this matches the `rust-version` in `Cargo.toml`. | ||
- image: "cimg/rust:1.82.0" # Ensure that this matches the `rust-version` in `Cargo.toml`. | ||
|
||
|
||
commands: | ||
|
@@ -164,7 +164,7 @@ jobs: | |
|
||
check-style: | ||
docker: | ||
- image: cimg/rust:1.76 | ||
- image: cimg/rust:1.82 | ||
resource_class: xlarge | ||
steps: | ||
- checkout | ||
|
@@ -183,7 +183,7 @@ jobs: | |
|
||
clippy: | ||
docker: | ||
- image: cimg/rust:1.76 | ||
- image: cimg/rust:1.82 | ||
resource_class: xlarge | ||
steps: | ||
- checkout | ||
|
@@ -203,7 +203,7 @@ jobs: | |
|
||
leo-executable: | ||
docker: | ||
- image: cimg/rust:1.76 | ||
- image: cimg/rust:1.82 | ||
resource_class: xlarge | ||
steps: | ||
- checkout | ||
|
@@ -225,7 +225,7 @@ jobs: | |
|
||
leo-new: | ||
docker: | ||
- image: cimg/rust:1.76 | ||
- image: cimg/rust:1.82 | ||
resource_class: xlarge | ||
steps: | ||
- attach_workspace: | ||
|
@@ -238,7 +238,7 @@ jobs: | |
leo-clean: | ||
docker: | ||
- image: cimg/rust:1.76 | ||
- image: cimg/rust:1.82 | ||
resource_class: xlarge | ||
steps: | ||
- attach_workspace: | ||
|
@@ -251,7 +251,7 @@ jobs: | |
leo-example: | ||
docker: | ||
- image: cimg/rust:1.76 | ||
- image: cimg/rust:1.82 | ||
resource_class: xlarge | ||
steps: | ||
- attach_workspace: | ||
|
@@ -264,7 +264,7 @@ jobs: | |
test-examples: | ||
docker: | ||
- image: cimg/rust:1.76 | ||
- image: cimg/rust:1.82 | ||
resource_class: xlarge | ||
steps: | ||
- attach_workspace: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.82.0 |