I have the following frontmatter specification
runs-on: ubuntu-latest-cool
runs-on-slim: ubuntu-latest-cool
I also updated the copilot-setup-steps.yaml to the same
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest-cool
And when I run gh aw compile the all the steps reflect that image, except the Detection step
detection:
needs:
- activation
- agent
if: >
always() && needs.agent.result != 'skipped' && (needs.agent.outputs.output_types != '' || needs.agent.outputs.has_patch == 'true')
runs-on: ubuntu-latest
I have the following frontmatter specification
I also updated the
copilot-setup-steps.yamlto the sameAnd when I run
gh aw compilethe all the steps reflect that image, except theDetectionstep