diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e31c30..8912f6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: matrix: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] poetry-version: ["1.0", "1.1.15", "1.2.2", "1.3.1"] - os: [ubuntu-18.04, macos-latest, windows-latest] + os: [ubuntu-20.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2