From bec0e50741bfeda63ca9785217576613f74ca043 Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Wed, 14 Feb 2024 14:23:00 -0500 Subject: [PATCH] Replace deprecated flowzone input tests_run_on The `custom_runs_on` array supports multiple runner labels in nested arrays. Change-type: patch Signed-off-by: Kyle Harding --- .github/workflows/flowzone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 0bf3b02f82..fe5caab9a5 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -18,7 +18,7 @@ jobs: (github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target') secrets: inherit with: - tests_run_on: '["ubuntu-20.04","windows-2019","macos-12","macos-latest-xlarge"]' + custom_runs_on: '[["ubuntu-20.04"],["windows-2019"],["macos-12"],["macos-latest-xlarge"]]' restrict_custom_actions: false github_prerelease: true cloudflare_website: "etcher"