Pin CI image
Testing with python 3.7 is mandatory until next major version is released (v5.1).
This commit is contained in:
parent
b554c8aa25
commit
a84f8d67c4
|
|
@ -11,7 +11,7 @@ concurrency:
|
|||
jobs:
|
||||
ci:
|
||||
name: Check
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04 # TODO: use `ubuntu-latest` when python 3.7 is dropped
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in New Issue