Merge pull request #1955 from ehuss/ubuntu-20.04

Switch to older ubuntu image
This commit is contained in:
Eric Huss 2022-12-15 06:50:44 -08:00 committed by GitHub
commit 8767ebf835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: