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

Commit

Permalink
Merge pull request #11 from canonical/upgrade-jammy
Browse files Browse the repository at this point in the history
bugfix: Use `ubuntu-latest` instead of `20.04`
  • Loading branch information
jaimesouza authored Apr 14, 2023
2 parents f2fcc14 + 62007bf commit 2bb86dd
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 2bb86dd

Please sign in to comment.