github workflows staticbuild: use stable Rust on Linux

We use the MSRV for CI checks, and for deploying to old macOS.
But for static Linux builds , there should be no reason to use an
old Rust version.  Let's track stable.
This commit is contained in:
Johannes Altmanninger
2025-09-11 14:23:32 +02:00
parent a7d50c1a62
commit ebcb2eac68

View File

@@ -16,7 +16,7 @@ jobs:
contents: read
steps:
- uses: ./.github/actions/rust-toolchain@oldest-supported
- uses: ./.github/actions/rust-toolchain@stable
- uses: actions/checkout@v4
with:
fetch-depth: 0