use the old ci

This commit is contained in:
Barrett Ruth 2025-09-11 14:53:01 -05:00
parent e2da405c3d
commit 8465f56c85
2 changed files with 2 additions and 76 deletions

View file

@ -16,14 +16,14 @@ jobs:
run: make test
build-stable:
name: Build on 1.60.0
name: Build on 1.66.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.60.0
toolchain: 1.66.0
- name: Use Cargo.lock.msrv
run: cp Cargo.lock.msrv Cargo.lock
- name: Test