From cc112f8e80df316780839c34254f5cb8b5271aad Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 20 May 2023 15:02:10 +1200 Subject: [PATCH] Limiting CI images to v7 to isolate SSL issue --- .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 4d1a2a51..924f612c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: name: ${{ matrix.name }} runs-on: ubuntu-20.04 - container: ghcr.io/mopidy/ci:latest + container: ghcr.io/mopidy/ci:7 steps: - name: Checkout code uses: actions/checkout@v2