Use Ubuntu 20.04 on GitHub Actions for Python 3.6 support (hopefully)

This commit is contained in:
dgelessus 2023-02-14 22:58:28 +01:00
parent a2663ae85d
commit d2bbab1f5d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
platform: [macos-latest, ubuntu-latest, windows-latest] platform: [macos-latest, ubuntu-20.04, windows-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3