fix(ci): Release using Ubuntu 20.04

This commit is contained in:
Ed Page 2023-03-05 21:01:14 -06:00
parent 08a9831825
commit fa3a3500c3

View file

@ -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