Skip to content

Commit 0dbf55f

Browse files
committed
Bump container to ubuntu 22.04
1 parent 3ddee8a commit 0dbf55f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux-precompile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
armv7l-linux-gnueabihf:
1313
runs-on: ubuntu-latest
14-
container: ubuntu:20.04
14+
container: ubuntu:22.04
1515
env:
1616
ImageOS: ubuntu20
1717
LANG: en_US.UTF-8
@@ -73,7 +73,7 @@ jobs:
7373
7474
precompile:
7575
runs-on: ubuntu-latest
76-
container: ubuntu:20.04
76+
container: ubuntu:22.04
7777
env:
7878
ImageOS: ubuntu20
7979
LANG: en_US.UTF-8

0 commit comments

Comments
 (0)