Skip to content

Commit 2034007

Browse files
committed
Trying to fix this precompile nonsense yet again
1 parent 0dbf55f commit 2034007

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/linux-precompile.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ permissions:
1010

1111
jobs:
1212
armv7l-linux-gnueabihf:
13-
runs-on: ubuntu-latest
14-
container: ubuntu:22.04
13+
runs-on: ubuntu-24.04
1514
env:
1615
ImageOS: ubuntu20
1716
LANG: en_US.UTF-8
@@ -72,8 +71,7 @@ jobs:
7271
cache/*${{ env.TARGET }}*.tar.gz
7372
7473
precompile:
75-
runs-on: ubuntu-latest
76-
container: ubuntu:22.04
74+
runs-on: ubuntu-24.04
7775
env:
7876
ImageOS: ubuntu20
7977
LANG: en_US.UTF-8

0 commit comments

Comments
 (0)