Skip to content

Commit ef2733f

Browse files
committed
CI: Use ubuntu-20.04 to re-add support for Python 3.6
1 parent 92699a7 commit ef2733f

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
@@ -26,10 +26,10 @@ concurrency:
2626

2727
jobs:
2828
test:
29-
runs-on: ubuntu-latest
29+
runs-on: ${{ matrix.os }}
3030
strategy:
3131
matrix:
32-
os: [ubuntu-latest]
32+
os: ["ubuntu-20.04"]
3333
python-version: [
3434
'3.6', '3.7', '3.8', '3.9', '3.10', '3.11',
3535
'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9',

0 commit comments

Comments
 (0)