Skip to content

Commit ff230f2

Browse files
committed
update ubuntu-22.04
1 parent 72c6e8b commit ff230f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests_and_coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- '3.7'
2424
- '3.6'
2525
- 'pypy3.10'
26-
os: ['ubuntu-20.04', 'windows-latest']
26+
os: ['ubuntu-22.04', 'windows-latest']
2727
timeout-minutes: 10
2828
steps:
2929
- uses: actions/checkout@v4
@@ -60,7 +60,7 @@ jobs:
6060
python -m flake8 .
6161
if: |
6262
contains(env.FILES_MODIFIED, '.py') &&
63-
matrix.os == 'ubuntu-20.04' && matrix.python_version == '3.13'
63+
matrix.os == 'ubuntu-22.04' && matrix.python_version == '3.13'
6464
6565
- name: Run tests
6666
run: python alltests.py

0 commit comments

Comments
 (0)