8000 Update the Ubuntu version in CI · launchableinc/cli@c8729ba · GitHub
[go: up one dir, main page]

Skip to content

Commit c8729ba

Browse files
authored
Update the Ubuntu version in CI
1 parent 536fc38 commit c8729ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ${{ matrix.os }}
3636
strategy:
3737
matrix:
38-
os: [ubuntu-20.04, windows-latest]
38+
os: [ubuntu-22.04, windows-latest]
3939
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
4040

4141
steps:

0 commit comments

Comments
 (0)
0