Skip to content

Commit 5cff2ee

Browse files
author
Daniel Goldfarb
committed
2 parents 9124f0b + 120ded9 commit 5cff2ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mplfinance_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: mplfinance Checks
22
on: [ workflow_dispatch, pull_request ]
33
jobs:
44
Regression_Tests:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-20.04
66
strategy:
77
matrix:
88
python-version: [3.6, 3.7, 3.8, 3.9]
@@ -46,7 +46,7 @@ jobs:
4646
- run: echo "This job's status is ${{ job.status }}."
4747

4848
Pull_Request_Updates_Version:
49-
runs-on: ubuntu-latest
49+
runs-on: ubuntu-20.04
5050
if: github.event_name == 'pull_request'
5151
steps:
5252
- name: Check out repository code

0 commit comments

Comments
 (0)