From 85102d560952a0af7b4c99a1398f242c9cd0cee5 Mon Sep 17 00:00:00 2001 From: Anton Belodedenko <2033996+ab77@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:58:26 -0700 Subject: [PATCH] Switch to new custom syntax change-type: patch --- .github/workflows/flowzone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 94138c8..9e40b9e 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -18,5 +18,8 @@ jobs: (github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target') secrets: inherit with: - custom_runs_on: '[["ubuntu-latest"],["macos-latest"],["windows-2019"]]' + custom_test_matrix: > + { + "os": [["ubuntu-latest"],["macos-latest"],["windows-2019"]] + } restrict_custom_actions: false