Skip to content

Commit 818dcd3

Browse files
Merge pull request #4279 from balena-io/klutchell-patch-1
Replace deprecated Flowzone inputs
2 parents c748c2a + 52d396a commit 818dcd3

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.github/workflows/flowzone.yml

+18-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,24 @@ jobs:
1818
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
1919
secrets: inherit
2020
with:
21-
custom_runs_on: '[["ubuntu-20.04"],["windows-2019"],["macos-12"],["macos-latest-xlarge"]]'
21+
custom_test_matrix: >
22+
{
23+
"os": [
24+
["ubuntu-20.04"],
25+
["windows-2019"],
26+
["macos-12"],
27+
["macos-latest-xlarge"]
28+
]
29+
}
30+
custom_publish_matrix: >
31+
{
32+
"os": [
33+
["ubuntu-20.04"],
34+
["windows-2019"],
35+
["macos-12"],
36+
["macos-latest-xlarge"]
37+
]
38+
}
2239
restrict_custom_actions: false
2340
github_prerelease: true
2441
cloudflare_website: "etcher"

0 commit comments

Comments
 (0)