summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-05-05 16:51:35 +0200
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-05-05 16:53:29 +0200
commit3e8509d31291cbcaa0501b5ec4abf7f26a226836 (patch)
tree0d407e27907b53f82a7a8d7ac8c1ff607e17113d /.github
parent9c07301b5ee7cb290dd1df2297184d29fc43fd67 (diff)
fix: release definition to use a more recent ubuntu, to get linux binaries. (#160)
Otherwise there are no linux runners who can satisfy the request, and they hang forever, instead of saying something useful.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5ecd2b7..749f4be 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -79,11 +79,11 @@ jobs:
build: [linux, linux-arm, macos, win-msvc, win-gnu, win32-msvc]
include:
- build: linux
- os: ubuntu-18.04
+ os: ubuntu-latest
rust: stable
target: x86_64-unknown-linux-musl
- build: linux-arm
- os: ubuntu-18.04
+ os: ubuntu-latest
rust: nightly
target: arm-unknown-linux-gnueabihf
- build: macos
@@ -110,7 +110,7 @@ jobs:
fetch-depth: 1
- name: Install packages (Ubuntu)
- if: matrix.os == 'ubuntu-18.04'
+ if: matrix.os == 'ubuntu-latest'
run: |
ci/ubuntu-install-packages