We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddee8a commit a9df00cCopy full SHA for a9df00c
.github/workflows/linux-precompile.yml
@@ -11,9 +11,9 @@ permissions:
11
jobs:
12
armv7l-linux-gnueabihf:
13
runs-on: ubuntu-latest
14
- container: ubuntu:20.04
+ container: ubuntu:22.04
15
env:
16
- ImageOS: ubuntu20
+ ImageOS: ubuntu22
17
LANG: en_US.UTF-8
18
LANGUAGE: en_US:en
19
LC_ALL: en_US.UTF-8
@@ -73,9 +73,9 @@ jobs:
73
74
precompile:
75
76
77
78
79
80
81
0 commit comments