Skip to content

Commit

Permalink
build: Use 5.0 stable for lxd to avoid build failures on version bumps (
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielArndt authored Nov 28, 2024
1 parent 0fbd0dd commit 57f7871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup LXD
uses: canonical/setup-lxd@main
with:
channel: 5.20/stable
channel: 5.0/stable

- name: Install charmcraft
run: sudo snap install charmcraft --classic
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Setup LXD
uses: canonical/[email protected]
with:
channel: 5.20/stable
channel: 5.0/stable

- name: Install charmcraft
run: sudo snap install charmcraft --classic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
provider: microk8s
channel: 1.29-strict/stable
juju-channel: 3.4/stable
lxd-channel: 5.20/stable
lxd-channel: 5.0/stable

- name: Enable Metallb
run: |
Expand Down

0 comments on commit 57f7871

Please sign in to comment.