We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9378040 commit 3db187dCopy full SHA for 3db187d
.github/workflows/build-image.yml
@@ -20,7 +20,7 @@ jobs:
20
create-image:
21
name: Create SD Card Image for ${{ inputs.board }}
22
#runs-on: ubuntu-latest
23
- runs-on: self-hosted
+ runs-on: [ self-hosted, latest ]
24
steps:
25
- name: Checkout repository
26
uses: actions/checkout@v4
0 commit comments