Skip to content

Commit

Permalink
build: switch to the edge channel for charmcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Nov 11, 2024
1 parent b576af6 commit 8e8e55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: canonical/setup-lxd@main

- name: Install charmcraft
run: sudo snap install charmcraft --classic
run: sudo snap install charmcraft --classic --channel latest/edge

- name: Cache wheels
id: cache-wheels
Expand Down
1 change: 1 addition & 0 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ workers: 1

environment:
CI: "$(HOST: echo $CI)"
CONCIERGE_CHARMCRAFT_CHANNEL: latest/edge
CONCIERGE_JUJU_CHANNEL/juju_3_5: 3.5/stable
CONCIERGE_JUJU_CHANNEL/juju_3_6: 3.6/beta

Expand Down

0 comments on commit 8e8e55b

Please sign in to comment.