Skip to content

Commit

Permalink
build-sd-images.yml: Fix runner tags
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias K <[email protected]>
  • Loading branch information
theCalcaholic committed Jan 19, 2024
1 parent 6c67872 commit 10a79d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-sd-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
build:
runs-on: ubuntu,ARM64,ncp
runs-on: [ubuntu, ARM64, ncp]
env:
VERSION: "${{ inputs.git_ref }}"
LOG_GUEST: "\\033[1;34mGUEST::\\033[0m"
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:

test:
needs: build
runs-on: ubuntu,ARM64,ncp
runs-on: [ubuntu, ARM64, ncp]
env:
VERSION: "${{ inputs.git_ref }}"
ARTIFACT_ID: ${{ needs.build.outputs.artifact_name }}
Expand Down

0 comments on commit 10a79d9

Please sign in to comment.