mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-09 11:18:30 -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 ]
|
build: [ linux-amd64, macos-intel, windows ]
|
||||||
include:
|
include:
|
||||||
- build: linux-amd64
|
- build: linux-amd64
|
||||||
os: ubuntu-18.04
|
os: ubuntu-latest
|
||||||
rust: stable
|
rust: stable
|
||||||
target: x86_64-unknown-linux-musl
|
target: x86_64-unknown-linux-musl
|
||||||
- build: macos-intel
|
- build: macos-intel
|
||||||
|
@ -97,7 +97,7 @@ jobs:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Install packages (Ubuntu)
|
- name: Install packages (Ubuntu)
|
||||||
if: matrix.os == 'ubuntu-18.04'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: |
|
run: |
|
||||||
.github/ci/ubuntu-install-packages
|
.github/ci/ubuntu-install-packages
|
||||||
- name: Install packages (macOS)
|
- name: Install packages (macOS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue