Skip to content

Commit 3c657aa

Browse files
committed
upgrade runner to 22.04
1 parent 8ccb5cd commit 3c657aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
include:
22-
- {name: '3.12', python: '3.12', os: ubuntu-20.04, tox: py312}
23-
- {name: '3.11', python: '3.11', os: ubuntu-20.04, tox: py311}
24-
- {name: '3.10', python: '3.10', os: ubuntu-20.04, tox: py310}
25-
- {name: '3.9', python: '3.9', os: ubuntu-20.04, tox: py39}
26-
- {name: '3.8', python: '3.8', os: ubuntu-20.04, tox: py38}
22+
- {name: '3.12', python: '3.12', os: ubuntu-22.04, tox: py312}
23+
- {name: '3.11', python: '3.11', os: ubuntu-22.04, tox: py311}
24+
- {name: '3.10', python: '3.10', os: ubuntu-22.04, tox: py310}
25+
- {name: '3.9', python: '3.9', os: ubuntu-22.04, tox: py39}
26+
- {name: '3.8', python: '3.8', os: ubuntu-22.04, tox: py38}
2727
steps:
2828
- uses: actions/checkout@v3
2929

0 commit comments

Comments
 (0)