From b49544270e7363aafe8e1062420815031e428e2c Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 17 Apr 2025 21:07:10 -0400 Subject: [PATCH] chore: bump runs-on image from ubuntu-20.04 to ubuntu-24.04 --- .github/workflows/tagged-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index 846c457..131dfa6 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -10,7 +10,7 @@ on: jobs: tagged-release: name: tagged-release - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: "marvinpinto/action-automatic-releases@v1.2.1"