From 0a7ea410d01804fd2194d387808b55575a0ba425 Mon Sep 17 00:00:00 2001 From: Mia Altieri Date: Fri, 1 Dec 2023 18:30:51 +0000 Subject: [PATCH] update workflows to match Dmitrys working local enc --- .github/workflows/integration.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index d864034..3ef5d8f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -32,10 +32,11 @@ jobs: juju-channel: 3.1/stable # This is needed until # https://bugs.launchpad.net/juju/+bug/1977582 is fixed - bootstrap-options: "--agent-version 3.1.5" + bootstrap-options: "--agent-version 3.1.6" - name: Pin charmcraft version run: | - sudo snap refresh --channel=2.2 charmcraft + sudo snap refresh charmcraft --classic --revision 1349 --hold=forever + - name: Install rockcraft run: | sudo snap install rockcraft --classic --channel=latest/stable --revision 1206