Skip to content

Commit

Permalink
Using older Ubuntu ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneVoss committed Jan 5, 2024
1 parent b34293d commit 3c63b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ jobs:
if-no-files-found: ignore

Pytest:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
DISPLAY: ':99.0'
strategy:
matrix:
# Add multiple Python versions here to run tests on new(er) versions.
python-version: ["3.10"]
python-version: ["3.8"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 3c63b98

Please sign in to comment.