File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ # runs-on.com runner configuration
2+
3+ # defer to the https://github.com/anchore/workflows repository for private runner configs
4+ _extends : workflows
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414jobs :
1515 allocate-security-identifiers :
1616 name : " Allocate Security Identfiers"
17- runs-on : ubuntu-latest
17+ runs-on : runs-on: runs-on=${{ github.run_id }}/runner=medium-arm
1818 container :
1919 image : python:3.13-alpine
2020 permissions :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414jobs :
1515 validate-schema :
1616 name : " Validate Schema"
17- runs-on : ubuntu-latest
17+ runs-on : runs-on: runs-on=${{ github.run_id }}/runner=small-arm
1818 container :
1919 image : python:3.13-alpine
2020 permissions :
You can’t perform that action at this time.
0 commit comments