fix(ci): run `.github/workflows/workflow.yml` on ubuntu-20.04 (#535)

This commit is contained in:
Matthieu Darbois 2022-11-07 13:10:21 +01:00 committed by GitHub
parent af57b64994
commit 47c4a7af1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest]
operating-system: [ubuntu-20.04, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v3
@ -68,7 +68,7 @@ jobs:
python-version: 3.8
- name: Verify 3.8
run: python __tests__/verify-python.py 3.8
- name: Run with setup-python 3.7.5
uses: ./
with: