Use newer Ubuntu image for CI tests

We no longer need to use an old Ubuntu image with old mdbtools version.
This commit is contained in:
2024-01-20 23:41:43 +02:00
parent 13957160f8
commit dbd01957db

View File

@@ -17,8 +17,7 @@ jobs:
pytest:
name: Run Python unit tests
# Note that 20.04 is currently required until galvani supports mdbtools>=1.0.
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false