mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-09 06:18:31 -04:00
Update release action to latest Ubuntu
This commit is contained in:
parent
c5e803192f
commit
61da97f4aa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -78,7 +78,7 @@ jobs:
|
|||
build: [ linux-amd64, macos-intel, windows ]
|
||||
include:
|
||||
- build: linux-amd64
|
||||
os: ubuntu-18.04
|
||||
os: ubuntu-latest
|
||||
rust: stable
|
||||
target: x86_64-unknown-linux-musl
|
||||
- build: macos-intel
|
||||
|
@ -97,7 +97,7 @@ jobs:
|
|||
fetch-depth: 1
|
||||
|
||||
- name: Install packages (Ubuntu)
|
||||
if: matrix.os == 'ubuntu-18.04'
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
.github/ci/ubuntu-install-packages
|
||||
- name: Install packages (macOS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue