Skip to content

Commit

Permalink
fix github action image to ubuntu 20.04 so we can get python 3.6 test…
Browse files Browse the repository at this point in the history
… again
  • Loading branch information
italorossi committed Feb 6, 2024
1 parent fdb6a94 commit 3b07b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
services:
redis:
image: redis
Expand Down

0 comments on commit 3b07b53

Please sign in to comment.