From 5534a1c755833b1deb300a344e8a0d28f2e3f7fa Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 23 Dec 2022 09:20:32 -0800 Subject: [PATCH] change to ubuntu-20.04 for python 3.6 tests --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index e0acff36..7d6ae2c3 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-20.04, windows-latest] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] steps: