Skip to content

Commit a06b996

Browse files
committed
chore: Update to latest ubuntu image
1 parent 1297a98 commit a06b996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- python-version: '3.11'
2222
tox: py311
2323
poetry-version: [ "1.8.2" ]
24-
os: [ ubuntu-20.04, macos-latest, windows-latest ]
24+
os: [ ubuntu-22.04, macos-latest, windows-latest ]
2525
runs-on: ${{ matrix.os }}
2626
name: Python ${{ matrix.config.python-version }} / Poetry ${{ matrix.poetry-version }} / ${{ matrix.os }}
2727
defaults:

0 commit comments

Comments
 (0)