Switch to older ubuntu image

This commit is contained in:
Eric Huss 2022-12-15 05:52:15 -08:00
parent eb77083d23
commit cd907f2edf
2 changed files with 4 additions and 4 deletions

View File

@ -17,11 +17,11 @@ jobs:
- x86_64-pc-windows-msvc
include:
- target: aarch64-unknown-linux-musl
os: ubuntu-latest
os: ubuntu-20.04
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
os: ubuntu-20.04
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
os: ubuntu-20.04
- target: x86_64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc

View File

@ -30,7 +30,7 @@ jobs:
os: windows-latest
rust: stable
- build: msrv
os: ubuntu-latest
os: ubuntu-20.04
# sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
rust: 1.60.0
steps: