Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
bugfix: Use ubuntu-latest instead of 20.04
Browse files Browse the repository at this point in the history
Notes:
- Charm was failing to build because 20.04 does not match the target build-on base. `upload-charm` uses destructive packing by default to save time.
  • Loading branch information
NucciTheBoss committed Apr 14, 2023
1 parent 2e6c4d0 commit 752580d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Release to CharmHub
needs:
- ci-tests
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 752580d

Please sign in to comment.