Skip to content

Commit e8b164f

Browse files
committed
ci: migrate to runs-on for runners
Signed-off-by: Weston Steimel <author@code.w.steimel.me.uk>
1 parent 93573f0 commit e8b164f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/runs-on.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# runs-on.com runner configuration
2+
3+
# defer to the https://github.com/anchore/workflows repository for private runner configs
4+
_extends: workflows

.github/workflows/allocate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
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:

.github/workflows/validations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
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:

0 commit comments

Comments
 (0)