mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
fix(ci): Release using Ubuntu 20.04
This commit is contained in:
parent
08a9831825
commit
fa3a3500c3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/post-release.yml
vendored
2
.github/workflows/post-release.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
|||
build: [linux, macos, win-msvc]
|
||||
include:
|
||||
- build: linux
|
||||
os: ubuntu-18.04
|
||||
os: ubuntu-20.04
|
||||
rust: stable
|
||||
target: x86_64-unknown-linux-musl
|
||||
- build: macos
|
||||
|
|
Loading…
Reference in a new issue