Skip to content

Commit

Permalink
build-gg.yml: fix runner name
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Oct 25, 2024
1 parent de166ce commit 7797539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- raspberrypi-64
image:
- aws-iot-greengrass-demo-image
runs-on: ${{ vars.CODEBUILD_RUNNER_NAME }}-${{ github.run_id }}-${{ github.run_attempt }}
runs-on: codebuild-${{ vars.CODEBUILD_RUNNER_NAME }}-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- name: checkout meta-aws-demos branch to build
uses: actions/checkout@v4
Expand Down

0 comments on commit 7797539

Please sign in to comment.