diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index c343305b..f310f101 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -98,7 +98,8 @@ jobs: provider: microk8s channel: 1.29-strict/stable juju-channel: 3.4/stable - charmcraft-channel: latest/candidate + # Pinned to 3.x/stable due to https://github.com/canonical/charmcraft/issues/1845 + charmcraft-channel: 3.x/stable - name: Integration tests run: | @@ -139,7 +140,8 @@ jobs: provider: microk8s channel: 1.29-strict/stable juju-channel: 3.4/stable - charmcraft-channel: latest/candidate + # Pinned to 3.x/stable due to https://github.com/canonical/charmcraft/issues/1845 + charmcraft-channel: 3.x/stable microk8s-addons: "dns hostpath-storage rbac metallb:10.64.140.43-10.64.140.49" - name: Run test diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5765f962..33b09f50 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -91,4 +91,5 @@ 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 + # Pinned to 3.x/stable due to https://github.com/canonical/charmcraft/issues/1845 + charmcraft-channel: 3.x/stable