From 329950eadce3f5d9027699fd6fd1c9f77c1394ec Mon Sep 17 00:00:00 2001 From: aerinon Date: Mon, 7 Aug 2023 13:19:03 -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 5845e58b..68aa8738 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: # os & python versions strategy: matrix: - 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-test ] steps: