Skip to content

Commit

Permalink
Merge branch 'main' into kf-6645-add-rust-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k authored Dec 6, 2024
2 parents b055eeb + 824dc45 commit 8907a2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
provider: microk8s
channel: 1.29-strict/stable
microk8s-addons: "dns storage rbac metallb:10.64.140.43-10.64.140.49"
juju-channel: 3.4/stable
charmcraft-channel: latest/candidate
juju-channel: 3.6/stable
charmcraft-channel: 3.x/stable

- name: Build and test
working-directory: ./charms/${{ matrix.charm }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
charm-path: ${{ matrix.charm-path }}
channel: ${{ steps.parse-inputs.outputs.destination_channel }}
tag-prefix: ${{ steps.parse-inputs.outputs.tag_prefix }}
charmcraft-channel: latest/candidate
charmcraft-channel: 3.x/stable

0 comments on commit 8907a2b

Please sign in to comment.