From 79be148e63edbf88b42b95037a57557248d11724 Mon Sep 17 00:00:00 2001 From: Adam Olech Date: Wed, 22 Feb 2023 18:34:12 +0100 Subject: [PATCH] ci: update custom runners labels --- .github/scripts/generate_job_matrices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/generate_job_matrices.py b/.github/scripts/generate_job_matrices.py index 18436d0..bbbf415 100755 --- a/.github/scripts/generate_job_matrices.py +++ b/.github/scripts/generate_job_matrices.py @@ -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'] )