Skip to content

Commit 3db187d

Browse files
committed
fix
1 parent 9378040 commit 3db187d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
create-image:
2121
name: Create SD Card Image for ${{ inputs.board }}
2222
#runs-on: ubuntu-latest
23-
runs-on: self-hosted
23+
runs-on: [ self-hosted, latest ]
2424
steps:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4

0 commit comments

Comments
 (0)