Skip to content

Commit 38464a6

Browse files
committed
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 (NixOS/patchelf#546)
1 parent c0510bc commit 38464a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
host: ["arm-linux-androideabi", "aarch64-linux-android",
1818
"i686-linux-android", "x86_64-linux-android"]
1919

20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-24.04
2121
steps:
2222
- uses: actions/[email protected]
2323

@@ -48,7 +48,7 @@ jobs:
4848

4949
release:
5050
needs: build
51-
runs-on: ubuntu-latest
51+
runs-on: ubuntu-24.04
5252
steps:
5353
- uses: actions/[email protected]
5454
with:

0 commit comments

Comments
 (0)