8000 CI: update os version for Python 3.8 · ag-python/mycli@5d5e738 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d5e738

Browse files
committed
CI: update os version for Python 3.8
* 18.04 non extended support ended ten months ago. Signed-off-by: Alfred Wingate <parona@protonmail.com>
1 parent 73e276d commit 5d5e738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
]
1919
include:
2020
- python-version: '3.8'
21-
os: ubuntu-18.04 # MySQL 5.7.32
21+
os: ubuntu-20.04 # MySQL 8.0.36
2222
- python-version: '3.9'
2323
os: ubuntu-20.04 # MySQL 8.0.36
2424
- python-version: '3.10'

0 commit comments

Comments
 (0)
0