Skip to content

Commit a9df00c

Browse files
committed
I really dislike managing precompiled binaries
1 parent 3ddee8a commit a9df00c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linux-precompile.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ permissions:
1111
jobs:
1212
armv7l-linux-gnueabihf:
1313
runs-on: ubuntu-latest
14-
container: ubuntu:20.04
14+
container: ubuntu:22.04
1515
env:
16-
ImageOS: ubuntu20
16+
ImageOS: ubuntu22
1717
LANG: en_US.UTF-8
1818
LANGUAGE: en_US:en
1919
LC_ALL: en_US.UTF-8
@@ -73,9 +73,9 @@ jobs:
7373
7474
precompile:
7575
runs-on: ubuntu-latest
76-
container: ubuntu:20.04
76+
container: ubuntu:22.04
7777
env:
78-
ImageOS: ubuntu20
78+
ImageOS: ubuntu22
7979
LANG: en_US.UTF-8
8080
LANGUAGE: en_US:en
8181
LC_ALL: en_US.UTF-8

0 commit comments

Comments
 (0)