Skip to content

Commit

Permalink
Update CI pipeline from Rust 1.70.0 to 1.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cytrinox committed Mar 7, 2024
1 parent 4dd6b3b commit 11450c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.70.0]
rust: [nightly, beta, stable, 1.76.0]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [1.70.0, stable, beta]
rust: [1.76.0, stable, beta]
env:
RAWLER_RAWDB: /opt/rawdb2
steps:
Expand Down

0 comments on commit 11450c6

Please sign in to comment.