From c032bcabbc81fd6ab74f9fec24a4bd473ea6a2de Mon Sep 17 00:00:00 2001 From: Elliott Linder Date: Wed, 6 Mar 2024 10:03:40 +0100 Subject: [PATCH] chore: update Linux runners to Ubuntu 20.04 LTS --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90739fb..b068894 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,23 +15,23 @@ jobs: include: # Linux - target: i686-unknown-linux-gnu - os: ubuntu-18.04 + os: ubuntu-20.04 - target: i686-unknown-linux-musl - os: ubuntu-18.04 + os: ubuntu-20.04 - target: x86_64-unknown-linux-gnu - os: ubuntu-18.04 + os: ubuntu-20.04 - target: x86_64-unknown-linux-musl - os: ubuntu-18.04 + os: ubuntu-20.04 # Cross - target: armv7-unknown-linux-gnueabihf - os: ubuntu-18.04 + os: ubuntu-20.04 use-cross: true - target: aarch64-linux-android - os: ubuntu-18.04 + os: ubuntu-20.04 use-cross: true - target: mips-unknown-linux-gnu - os: ubuntu-18.04 + os: ubuntu-20.04 use-cross: true # Windows @@ -75,7 +75,7 @@ jobs: test-qemu: name: Test (${{ matrix.target }}) - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 env: { SSHPASS: 12345 } strategy: matrix: