Skip to content

Commit

Permalink
Build and deploy on ubuntu 22 (#71)
Browse files Browse the repository at this point in the history
## Issue
Ubuntu 20 is not supported anymore

## Solution
Build the charm on Ubuntu 22
  • Loading branch information
arturo-seijas committed Jun 16, 2023
1 parent 8bebfaa commit e085464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ type: charm
bases:
- build-on:
- name: "ubuntu"
channel: "20.04"
channel: "22.04"
run-on:
- name: "ubuntu"
channel: "20.04"
channel: "22.04"
parts:
charm:
charm-python-packages: [setuptools]

0 comments on commit e085464

Please sign in to comment.