From 3eb169866edc3e637e7510a8fde4641adf816fe0 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Tue, 25 Jun 2024 06:30:18 -0600 Subject: [PATCH] ci: use juju 3.4/stable instead of 3.5/stable (#101) --- .github/workflows/on_pull_request.yaml | 2 +- .github/workflows/on_push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml index 5c76364..a463e67 100644 --- a/.github/workflows/on_pull_request.yaml +++ b/.github/workflows/on_pull_request.yaml @@ -13,5 +13,5 @@ jobs: secrets: inherit with: microk8s-channel: 1.26-strict/stable - juju-channel: 3.5/stable + juju-channel: 3.4/stable python-version: "3.8" diff --git a/.github/workflows/on_push.yaml b/.github/workflows/on_push.yaml index 7ac7424..765b5c3 100644 --- a/.github/workflows/on_push.yaml +++ b/.github/workflows/on_push.yaml @@ -16,5 +16,5 @@ jobs: secrets: inherit with: microk8s-channel: 1.26-strict/stable - juju-channel: 3.5/stable + juju-channel: 3.4/stable python-version: "3.8"