Skip to content

Commit

Permalink
Use ubuntu-20.04 for tests on python3.6 (#3417)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymzayek committed Nov 22, 2022
1 parent c3a9390 commit 109f4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
min_requirements:
needs: check_skip
if: ${{ needs.check_skip.outputs.skip == 'false' }}
runs-on: "ubuntu-latest"
runs-on: "ubuntu-20.04"
name: Python 3.6, minimal requirements without Matplotlib
defaults:
run:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
min_requirements_matplotlib:
needs: check_skip
if: ${{ needs.check_skip.outputs.skip == 'false' }}
runs-on: "ubuntu-latest"
runs-on: "ubuntu-20.04"
name: Python 3.6, minimal requirements with Matplotlib
defaults:
run:
Expand Down

0 comments on commit 109f4a6

Please sign in to comment.