From 5c1842cf9990acd370a75c750f23f69fcaa77ca8 Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Tue, 14 Jan 2025 08:20:59 +0800 Subject: [PATCH] ci: update runner version to ubuntu-24.04 (#1140) CI: - Updated the runner version to `ubuntu-24.04` for release pipeline as `ubuntu-20.04` is reaching the end of life on 2025-05-29. Test: - `goreleaser` works well in forked repo Reference: https://en.wikipedia.org/wiki/Ubuntu_version_history#2004 Resolves #1139 Signed-off-by: Junjie Gao --- .github/workflows/release-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index 29ede3f55..e0f4d465a 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -26,7 +26,7 @@ jobs: permissions: contents: write # for goreleaser/goreleaser-action to create a GitHub release name: Release Notation Binaries - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: matrix: go-version: ['1.23']