Skip to content

Commit

Permalink
Limiting CI images to v7 to isolate SSL issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed May 20, 2023
1 parent e054da2 commit cc112f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc112f8

Please sign in to comment.