Skip to content

Commit 4a0f09b

Browse files
committed
Fix workflow os version to ubuntu-22.04 to allow for python3.7 tests.
1 parent 1d523c0 commit 4a0f09b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
name: '${{ matrix.os }}: ${{ matrix.tox-env }}'
1414
runs-on: ${{ matrix.os }}
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
tox-env: [py37-test, py38-test, py39-test,
1819
py310-test, pypy-test]
19-
os: [ubuntu-latest, windows-latest]
20+
os: [ubuntu-22.04, windows-latest]
2021

2122
# Only test on a couple of versions on Windows.
2223
exclude:

0 commit comments

Comments
 (0)