Fix test runner to ubuntu-20.04

This commit is contained in:
Dominik Pataky 2022-12-03 08:55:20 +01:00
parent 073a212290
commit 2eb2283873

View file

@ -1,4 +1,4 @@
name: Run tests name: Run Python unit tests
on: on:
push: push:
@ -10,7 +10,7 @@ on:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2 - uses: actions/checkout@v2