From 4dce2762f15a2de7afb50b19bbd49c5a50edda80 Mon Sep 17 00:00:00 2001 From: aerinon Date: Mon, 7 Aug 2023 13:24:36 -0600 Subject: [PATCH] CI Update ubuntu --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68aa8738..ab6c8163 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: strategy: matrix: # install/release on not bionic - os-name: [ ubuntu-latest, ubuntu-18.04, macOS-latest, windows-latest ] + os-name: [ ubuntu-latest, ubuntu-20.04, macOS-latest, windows-latest ] python-version: [ 3.9 ] needs: [ install-build ]