Skip to content

Commit

Permalink
fix: freeze lxd to 5.20/stable (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Apr 11, 2024
1 parent a313f10 commit aa218bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: latest/stable
channel: 5.20/stable

- name: Install charmcraft
run: sudo snap install charmcraft --classic
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Setup LXD
uses: canonical/setup-lxd@main
with:
channel: latest/stable
channel: 5.20/stable

- name: Install charmcraft
run: sudo snap install charmcraft --classic
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
juju-channel: 3.4/stable
provider: lxd
lxd-channel: 5.20/stable

- name: Install tox
run: pip install tox
Expand Down

0 comments on commit aa218bf

Please sign in to comment.