From 79a0d52070af7972297d9a43840c2cff4f19e803 Mon Sep 17 00:00:00 2001 From: Jordan Barrett Date: Mon, 16 Oct 2023 13:43:21 +0700 Subject: [PATCH] ci: install Juju from 3.3/beta channel --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9ae8b6..8bbe77c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: - name: Install Juju run: | - sudo snap install juju --channel 3.2/stable + sudo snap install juju --channel 3.3/beta - name: Bootstrap on LXD if: matrix.cloud == 'lxd'