Skip to content

Commit

Permalink
Separate the build-on/run-on entries (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij authored Mar 28, 2024
1 parent 662559b commit d99c5d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ bases:
- build-on:
- name: "ubuntu"
channel: "20.04"
run-on:
- name: "ubuntu"
channel: "20.04"
- build-on:
- name: "ubuntu"
channel: "22.04"
run-on:
- name: "ubuntu"
channel: "20.04"
- name: "ubuntu"
channel: "22.04"
parts:
Expand Down

0 comments on commit d99c5d1

Please sign in to comment.