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

`ubuntu-latest` is moving to 22.04 which doesn't support some of the tests in this workflow.
This commit is contained in:
mayeut 2022-11-05 11:54:16 +01:00
parent af57b64994
commit c6f85f018f
No known key found for this signature in database
GPG key ID: 8B03CED67D3ABFBA

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