Skip to content

Commit cfa27ac

Browse files
committed
chore(ci): pin os version
1 parent 5e1547a commit cfa27ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
unit:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
1010
include:
@@ -27,7 +27,7 @@ jobs:
2727
TOXENV: ${{ matrix.toxenv }}
2828
run: tox
2929
functional:
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-20.04
3131
strategy:
3232
matrix:
3333
toxenv: [py_func_v4, cli_func_v4]

0 commit comments

Comments
 (0)