Skip to content

Commit

Permalink
Temporarily pin to ubuntu-20.04 to workaround actions/setup-python#544
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 20, 2022
1 parent 2afad08 commit 4c2ce4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
tests:
name: "Python ${{ matrix.python-version }}"
runs-on: "ubuntu-latest"
runs-on: "ubuntu-20.04"

strategy:
fail-fast: false
Expand Down

0 comments on commit 4c2ce4d

Please sign in to comment.