Skip to content

Commit 8767ebf

Browse files
authored
Merge pull request #1955 from ehuss/ubuntu-20.04
Switch to older ubuntu image
2 parents eb77083 + cd907f2 commit 8767ebf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- x86_64-pc-windows-msvc
1818
include:
1919
- target: aarch64-unknown-linux-musl
20-
os: ubuntu-latest
20+
os: ubuntu-20.04
2121
- target: x86_64-unknown-linux-gnu
22-
os: ubuntu-latest
22+
os: ubuntu-20.04
2323
- target: x86_64-unknown-linux-musl
24-
os: ubuntu-latest
24+
os: ubuntu-20.04
2525
- target: x86_64-apple-darwin
2626
os: macos-latest
2727
- target: x86_64-pc-windows-msvc

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
os: windows-latest
3131
rust: stable
3232
- build: msrv
33-
os: ubuntu-latest
33+
os: ubuntu-20.04
3434
# sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
3535
rust: 1.60.0
3636
steps:

0 commit comments

Comments
 (0)