Skip to content

Commit 3fe8714

Browse files
committed
CI: specify ubuntu_latest for armv7
1 parent f35938d commit 3fe8714

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci_linux_ubuntu_armv7.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
include:
1010
- arch: armv7
11-
distro: ubuntu22.04
11+
distro: ubuntu_latest
1212

1313
runs-on: ubuntu-latest
1414

@@ -23,7 +23,6 @@ jobs:
2323
uses: uraimo/run-on-arch-action@v2
2424
with:
2525
arch: ${{matrix.arch}}
26-
2726
distro: ${{matrix.distro}}
2827

2928
# Not required, but speeds up builds

0 commit comments

Comments
 (0)