Skip to content

Commit

Permalink
Make canary use the same MSRV and nightly with smithy-rs (#1192)
Browse files Browse the repository at this point in the history
**DO NOT MERGE THIS WHILE A RELEASE IS ONGOING**

----

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
ysaito1001 committed Sep 18, 2024
1 parent 771ee45 commit e67e88a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches:
- "canary*"
env:
tool_rust_version: 1.76.0
rust_nightly_version: nightly-2024-02-07
tool_rust_version: 1.78.0
rust_nightly_version: nightly-2024-03-15

jobs:
generate-canary-matrix:
Expand Down Expand Up @@ -54,7 +54,6 @@ jobs:
# Use the matrix generated by the previous job
matrix: ${{ fromJson(needs.generate-canary-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: awslabs/smithy-rs
Expand Down

0 comments on commit e67e88a

Please sign in to comment.