diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index ea24b8e99b..16925a6bb1 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -112,11 +112,6 @@ jobs: with: pattern: ${{ inputs.artifact-prefix }}-* merge-multiple: true - # TODO Remove pinned image when problem is resolved on jammy - - name: Pin lxc image for jammy - run: | - sudo lxc image copy ubuntu:568f69ff1166 local: - sudo lxc image alias create "juju/ubuntu@22.04/amd64" 568f69ff1166 - name: Run spread job timeout-minutes: 180 id: spread diff --git a/spread.yaml b/spread.yaml index 37ad2cb7ea..4ef29b0576 100644 --- a/spread.yaml +++ b/spread.yaml @@ -119,7 +119,7 @@ environment: CONCIERGE_JUJU_CHANNEL: 3.6/stable CHARM_UBUNTU_BASE/ubuntu24: 24.04 # TODO Add back when snapd problem is resolved on jammy - # CHARM_UBUNTU_BASE/ubuntu22: 22.04 + CHARM_UBUNTU_BASE/ubuntu22: 22.04 prepare: | snap refresh --hold chown -R root:root "$SPREAD_PATH"