From 5864f3b2efc9b782c0a2a5d78d5e4022bf8043ec Mon Sep 17 00:00:00 2001 From: kevaundray Date: Thu, 13 Jul 2023 14:20:52 +0100 Subject: [PATCH] Use ubuntu-20 when building for linux --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index bb70a05c12..382c8db728 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,7 +24,7 @@ jobs: build-linux: name: Build on Linux - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 needs: [release-please] if: ${{ needs.release-please.outputs.tag-name }} steps: