Skip to content

Commit fab532b

Browse files
committed
Fixup: Typo in runs-on
1 parent d0c78c8 commit fab532b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-overlay-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
include:
2323
- arch: amd64
24-
runs-on: [self-hosted, qcom-u2404, amd64]
24+
runs_on: [self-hosted, qcom-u2404, amd64]
2525
- arch: arm64
2626
runs_on: [self-hosted, qcom-u2404, arm64]
2727
runs-on: ${{ matrix.runs_on }}

0 commit comments

Comments
 (0)