diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d1a2a511..924f612ce 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