Skip to content

Commit feb0e0e

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

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
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
fetch-depth: 1
8181
- name: Install packages (Ubuntu)
82-
if: matrix.os == 'ubuntu-18.04'
82+
if: matrix.os == 'ubuntu-20.04'
8383
run: |
8484
sudo apt-get update
8585
sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools

0 commit comments

Comments
 (0)