summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2024-03-29 13:09:14 +0200
committerAlfred Wingate <parona@protonmail.com>2024-03-29 14:01:32 +0200
commit5d5e7382ad49a9f216152df98b7efba53268fbdc (patch)
treebcc9b4eb7619c64ac36f53df7b24e7c9ac29a8aa
parent73e276d675a9c2948cc889d92d1beb13df96d6b6 (diff)
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>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b0d5a9a..d0d7b25 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
]
include:
- python-version: '3.8'
- os: ubuntu-18.04 # MySQL 5.7.32
+ os: ubuntu-20.04 # MySQL 8.0.36
- python-version: '3.9'
os: ubuntu-20.04 # MySQL 8.0.36
- python-version: '3.10'