From c9f642e0dfe7e2bc68ab51517af4139ad7fd1f87 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Mon, 2 Jun 2025 00:10:01 -0700 Subject: [PATCH] ci: update outdated runner https://github.com/actions/runner-images/issues/11101 ubuntu-20.04 runner is already retired. Signed-off-by: Ramkumar Chinchani --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9ebd8290..7232b0ac 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: codecov_token: ${{ secrets.CODECOV_TOKEN }} release: name: "Tagged Release" - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 # needs ci for the cached stacker binary needs: [build-id, ci] steps: