Skip to content

Commit

Permalink
Github Python CI workflow explicitly uses ubuntu-20.04 to get Python …
Browse files Browse the repository at this point in the history
…3.6.
  • Loading branch information
pjbriggs committed Dec 5, 2023
1 parent 72659cc commit c191783
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on: [push, pull_request]
jobs:
build:

runs-on: ubuntu-latest
# Switched from ubuntu-latest to ubuntu-20.04 as former
# doesn't support Python 3.6
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit c191783

Please sign in to comment.