Skip to content

Commit

Permalink
Run release job on 24.04
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
gboutry committed Oct 23, 2024
1 parent 0e5a690 commit 13ead56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13ead56

Please sign in to comment.