ci: update custom runners labels
This commit is contained in:
parent
8a62c19482
commit
79be148e63
|
@ -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 New Issue