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:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
name: Check
|
name: Check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04 # TODO: use `ubuntu-latest` when python 3.7 is dropped
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue