From 13ead56c8f4460167c2f01663d5fd024a25ee4e7 Mon Sep 17 00:00:00 2001 From: Guillaume Boutry Date: Wed, 23 Oct 2024 14:44:18 +0200 Subject: [PATCH] Run release job on 24.04 The pack action is performed in destructive mode, which will use the current host to pack the charm. Therefore the host must match the charm base. Signed-off-by: Guillaume Boutry --- .github/workflows/release-edge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-edge.yaml b/.github/workflows/release-edge.yaml index fd21b98..5b9dca4 100644 --- a/.github/workflows/release-edge.yaml +++ b/.github/workflows/release-edge.yaml @@ -37,7 +37,7 @@ jobs: needs: - lint - unit-test - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v3