Merge pull request #2569 from balena-io/gh-runners

Specify gh runner versions for compatibility reasons
This commit is contained in:
Page- 2022-12-08 13:58:56 +00:00 committed by GitHub
commit cfc866cf41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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-11","windows-2019"]'