From 69834c417e2aa2d2c20a9749319fc72bb6e563fa Mon Sep 17 00:00:00 2001 From: Page- Date: Thu, 8 Dec 2022 10:58:25 +0000 Subject: [PATCH 1/2] Build on ubuntu-20.04 for library compatibility reasons 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 a081a82d..85a4e77d 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -13,4 +13,4 @@ jobs: uses: product-os/flowzone/.github/workflows/flowzone.yml@master secrets: inherit with: - tests_run_on: '["ubuntu-latest","macos-latest","windows-2019"]' + tests_run_on: '["ubuntu-20.04","macos-latest","windows-2019"]' From e566badfffbe54a44f8fdd627fc8a78a5ecc204f Mon Sep 17 00:00:00 2001 From: Page- Date: Thu, 8 Dec 2022 10:58:40 +0000 Subject: [PATCH 2/2] Build on macos-11 for library compatibility reasons 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 85a4e77d..db5d9ec4 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -13,4 +13,4 @@ jobs: uses: product-os/flowzone/.github/workflows/flowzone.yml@master secrets: inherit with: - tests_run_on: '["ubuntu-20.04","macos-latest","windows-2019"]' + tests_run_on: '["ubuntu-20.04","macos-11","windows-2019"]'