Skip to content

Commit 61da97f

Browse files
committed
Update release action to latest Ubuntu
1 parent c5e8031 commit 61da97f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
build: [ linux-amd64, macos-intel, windows ]
7979
include:
8080
- build: linux-amd64
81-
os: ubuntu-18.04
81+
os: ubuntu-latest
8282
rust: stable
8383
target: x86_64-unknown-linux-musl
8484
- build: macos-intel
@@ -97,7 +97,7 @@ jobs:
9797
fetch-depth: 1
9898

9999
- name: Install packages (Ubuntu)
100-
if: matrix.os == 'ubuntu-18.04'
100+
if: matrix.os == 'ubuntu-latest'
101101
run: |
102102
.github/ci/ubuntu-install-packages
103103
- name: Install packages (macOS)

0 commit comments

Comments
 (0)