Skip to content

Commit 4140bd9

Browse files
Change runner to self-hosted
1 parent 7fa0da7 commit 4140bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spectro-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
builder:
1818
# edge-runner machine group is a bunch of machines in US Datacenter
19-
runs-on: github-capi-runner
19+
runs-on: [self-hosted, Linux, X64, capi]
2020
# Initialize all secrets required for the job
2121
# Ensure that the credentials are provided as encrypted secrets
2222
env:

0 commit comments

Comments
 (0)