Skip to content

Commit 2abd182

Browse files
committed
Make precompile linux image be 22.04
1 parent 999a935 commit 2abd182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux-precompile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
armv7l-linux-gnueabihf:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
env:
1515
ARCH: armv7l
1616
TARGET: armv7l-linux-gnueabihf
@@ -63,7 +63,7 @@ jobs:
6363
cache/*${{ env.TARGET }}*.tar.gz
6464
6565
precompile:
66-
runs-on: ubuntu-latest
66+
runs-on: ubuntu-22.04
6767
env:
6868
MIX_ENV: prod
6969
strategy:

0 commit comments

Comments
 (0)