Skip to content

Commit

Permalink
ci: fix the rust nightly version to 1.78.0-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Xynnn007 committed Feb 19, 2024
1 parent b80970a commit b586506
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aa_sample_keyprovider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
rust:
- stable
- nightly
- 1.78.0-nightly

steps:
- name: Code checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image_rs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
rust:
- 1.72.0
- stable
- nightly
- 1.78.0-nightly
steps:
- name: Code checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ocicrypt_rs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
rust:
- 1.72.0
- stable
- nightly
- 1.78.0-nightly

# Run all steps in the compilation testing containers
container:
Expand Down

0 comments on commit b586506

Please sign in to comment.