ci: update custom runners labels

This commit is contained in:
Adam Olech 2023-02-22 18:34:12 +01:00
parent 8a62c19482
commit 79be148e63
1 changed files with 1 additions and 1 deletions

View File

@ -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']
)