Skip to content

Commit 49d71bb

Browse files
committed
workflow: arm build change ubuntu 22.04
Signed-off-by: Frank Li <Frank.Li@nxp.com>
1 parent 6770a52 commit 49d71bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_arm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
matrix:
2323
include:
2424
- arch: aarch64
25-
distro: ubuntu20.04
25+
distro: ubuntu22.04
2626
- arch: armv7
27-
distro: ubuntu20.04
27+
distro: ubuntu22.04
2828
steps:
2929
- uses: actions/checkout@v3
3030
with:

0 commit comments

Comments
 (0)