From 38464a61ff81fa4cca23d0b357745a808873ef78 Mon Sep 17 00:00:00 2001 From: Malcolm Smith Date: Fri, 4 Oct 2024 23:31:56 +0100 Subject: [PATCH] Move to ubuntu-24.04: 20.04 comes with patchelf version 0.10.0, and the binaries it produces cannot be patched again by version 0.18.0 (https://github.com/NixOS/patchelf/issues/546) --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2ac77d9..5624dc7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: host: ["arm-linux-androideabi", "aarch64-linux-android", "i686-linux-android", "x86_64-linux-android"] - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4.1.1 @@ -48,7 +48,7 @@ jobs: release: needs: build - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/download-artifact@v4.1.7 with: