Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 82e7a82

Browse files
committed
updated ubuntu from 18.04 (unsupported) to 22.04
1 parent b8d6ce6 commit 82e7a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: [ "3.9", "3.10" ]
1919
poetry-version: [ "1.1.14" ]
2020
# os: [ ubuntu-18.04, macos-latest, windows-latest ]
21-
os: [ ubuntu-18.04, macos-latest ]
21+
os: [ ubuntu-22.04, macos-latest ]
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)