Skip to content

Commit 2256bf5

Browse files
committed
fix(ci): Release using Ubuntu 20.04
1 parent 3e8fe59 commit 2256bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
build: [linux, macos, win-msvc]
6262
include:
6363
- build: linux
64-
os: ubuntu-18.04
64+
os: ubuntu-20.04
6565
rust: stable
6666
target: x86_64-unknown-linux-musl
6767
- build: macos

0 commit comments

Comments
 (0)