Skip to content

Commit

Permalink
Move to ubuntu-24.04:
Browse files Browse the repository at this point in the history
20.04 comes with patchelf version 0.10.0, and the binaries it produces cannot be patched again by version 0.18.0 (NixOS/patchelf#546)
  • Loading branch information
mhsmith committed Oct 4, 2024
1 parent c0510bc commit 38464a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

release:
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 38464a6

Please sign in to comment.