From ca80bd52fe5d4c7e3ab2b82852126d6067a6f3f8 Mon Sep 17 00:00:00 2001 From: Felipe Lalanne <1822826+pipex@users.noreply.github.com> Date: Thu, 11 May 2023 19:10:10 -0400 Subject: [PATCH] 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 --- .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 db5d9ec4..344035bf 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -10,7 +10,7 @@ on: jobs: 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 with: tests_run_on: '["ubuntu-20.04","macos-11","windows-2019"]'