From 7bc9455e8c6c820cdf53cbc431456360d8e54b46 Mon Sep 17 00:00:00 2001 From: Vincent Cheung Date: Wed, 22 Jan 2025 10:59:15 -0800 Subject: [PATCH] Downgrade release action ubuntu version --- .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 323be052..a3ff5da1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: GORELEASER_GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }} build-linux: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 env: # https://goreleaser.com/customization/docker_manifest/ DOCKER_CLI_EXPERIMENTAL: "enabled"