From 3e8509d31291cbcaa0501b5ec4abf7f26a226836 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 5 May 2023 16:51:35 +0200 Subject: 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. --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') 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 -- cgit v1.2.3