From ae9a0b4f4589a94a3ebc1ea2c010908c4d85200c Mon Sep 17 00:00:00 2001 From: MitchA Date: Thu, 1 Dec 2022 12:35:12 -0600 Subject: [PATCH] chore: downgrade ubuntu version to allow py 3.6 to continue running (#95) ENG-32581 - Fix failing shippo-python-client sdk test --- .github/workflows/sdk-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sdk-test.yml b/.github/workflows/sdk-test.yml index 6a5f3db..33f7690 100644 --- a/.github/workflows/sdk-test.yml +++ b/.github/workflows/sdk-test.yml @@ -15,7 +15,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: