From 9642dffce8cc5434f070dc087b73d97732b91f6d Mon Sep 17 00:00:00 2001 From: Quantum Date: Mon, 14 Oct 2024 00:42:53 -0400 Subject: [PATCH] Build releases on older Ubuntu --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3190153..53edaec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ name: Publish binaries on release jobs: build: name: Publish binaries - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout code uses: actions/checkout@v4