Skip to content

Commit

Permalink
Switch CI for Python tests to Ubuntu 20.04
Browse files Browse the repository at this point in the history
The now latest Ubuntu no longer ships with 3.6.
  • Loading branch information
kalikiana committed Dec 2, 2022
1 parent cadf181 commit 0c6fd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
test:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 0c6fd99

Please sign in to comment.