From 8181a2befa50b80662eeaf850c1b7b2586ed0e28 Mon Sep 17 00:00:00 2001 From: Joseph Phillips Date: Fri, 13 Oct 2023 12:11:02 +0200 Subject: [PATCH] Updates github workflow to use Juju 3.1. 3.0 is no longer available. --- .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 907b376..e3aa004 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.0/stable + sudo snap install juju --channel 3.1/stable - name: Bootstrap on LXD if: matrix.cloud == 'lxd'