From 120ded926c6224d0dc9f622f5edce2e70c4aaa38 Mon Sep 17 00:00:00 2001 From: Daniel Goldfarb Date: Tue, 22 Nov 2022 12:22:01 -0500 Subject: [PATCH] Update mplfinance_checks.yml same as previous. two spots to use ubuntu-20.04 instead of ubuntu-latest. --- .github/workflows/mplfinance_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mplfinance_checks.yml b/.github/workflows/mplfinance_checks.yml index 4b4bec10..3eb8c5b2 100644 --- a/.github/workflows/mplfinance_checks.yml +++ b/.github/workflows/mplfinance_checks.yml @@ -2,7 +2,7 @@ name: mplfinance Checks on: [ workflow_dispatch, pull_request ] jobs: Regression_Tests: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: python-version: [3.6, 3.7, 3.8, 3.9]