mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 09:15:34 +00:00
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:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user