From ed06cd9af12fc89d6d6b9944957c1b6e88241d47 Mon Sep 17 00:00:00 2001 From: phiresky Date: Fri, 26 May 2023 16:18:13 +0200 Subject: [PATCH] upgrade ubuntu runner --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0fce365..610c391 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,11 +79,11 @@ jobs: build: [linux, linux-arm, macos, win-msvc] include: - build: linux - os: ubuntu-18.04 + os: ubuntu-22.04 rust: nightly target: x86_64-unknown-linux-musl - build: linux-arm - os: ubuntu-18.04 + os: ubuntu-22.04 rust: nightly target: arm-unknown-linux-gnueabihf - build: macos @@ -106,7 +106,7 @@ jobs: fetch-depth: 1 - name: Install packages (Ubuntu) - if: matrix.os == 'ubuntu-18.04' + if: matrix.os == 'ubuntu-22.04' run: | ci/ubuntu-install-packages