From 0044b4debc312f0e784f8291a34f2bcb14eea1e7 Mon Sep 17 00:00:00 2001 From: Pierrick Voulet <6769971+PierrickVoulet@users.noreply.github.com> Date: Wed, 14 May 2025 16:34:58 -0400 Subject: [PATCH] Upgrade Ubuntu to supported version See https://github.com/actions/runner-images/issues/11101 for more details. --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 292075162..f955d2380 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -23,7 +23,7 @@ jobs: concurrency: group: ${{ github.head_ref || github.ref }} cancel-in-progress: false - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3.0.2 with: