mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
Pin flowzone to v4.7.1
The macos-11 runners apparently do not support zst compression format as added in flowzone 4.7.2. While support is rolled out, we can keep the flowzone branch to the previous working version. Change-type: patch
This commit is contained in:
parent
281f8abb9a
commit
ca80bd52fe
2
.github/workflows/flowzone.yml
vendored
2
.github/workflows/flowzone.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
flowzone:
|
flowzone:
|
||||||
name: Flowzone
|
name: Flowzone
|
||||||
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
|
uses: product-os/flowzone/.github/workflows/flowzone.yml@v4.7.1
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
tests_run_on: '["ubuntu-20.04","macos-11","windows-2019"]'
|
tests_run_on: '["ubuntu-20.04","macos-11","windows-2019"]'
|
||||||
|
Loading…
Reference in New Issue
Block a user