mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
ci: update custom runners labels
This commit is contained in:
parent
8a62c19482
commit
79be148e63
1 changed files with 1 additions and 1 deletions
2
.github/scripts/generate_job_matrices.py
vendored
2
.github/scripts/generate_job_matrices.py
vendored
|
@ -24,7 +24,7 @@ isFork = len(sys_argv)>1 and sys_argv[1] != 'chipsalliance/f4pga-examples'
|
|||
runs_on = (
|
||||
'ubuntu-latest'
|
||||
if isFork else
|
||||
['self-hosted', 'Linux', 'X64']
|
||||
['self-hosted', 'Linux', 'X64', 'gcp-custom-runners']
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue