mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 14:24:12 +00:00
fix(ci): Release using Ubuntu 20.04
This commit is contained in:
parent
b0a3de78db
commit
df5ba9ca18
1 changed files with 1 additions and 1 deletions
2
.github/workflows/post-release.yml
vendored
2
.github/workflows/post-release.yml
vendored
|
@ -61,7 +61,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-gnu
|
||||
- build: macos
|
||||
|
|
Loading…
Reference in a new issue