From 385239282be5d36846119d1185552f7170fdeea0 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 24 Jun 2024 15:38:44 +0100 Subject: [PATCH] Fix the porchctl build to run on Ubuntu 20.04 --- .github/workflows/porchctl-dev-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/porchctl-dev-release.yaml b/.github/workflows/porchctl-dev-release.yaml index 1049681b..e7b379c8 100644 --- a/.github/workflows/porchctl-dev-release.yaml +++ b/.github/workflows/porchctl-dev-release.yaml @@ -18,7 +18,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 name: porchctl-dev-release outputs: hashes: ${{ steps.hash.outputs.hashes }}