Merge pull request #372 from chipsalliance/switch-runner-labels

ci: update custom runners labels
This commit is contained in:
Karol Gugala 2023-02-22 21:02:47 +01:00 committed by GitHub
commit 6c34068d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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']
)