Skip to content

Commit

Permalink
temporarily set GHA runner to ubuntu 20.04 actions/setup-python#544
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark-217 committed Nov 23, 2022
1 parent 1a01e51 commit be14785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: python helper/github-ci-vars.py
tests:
needs: prep-tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: tests-${{ matrix.setup.toxenv }}
continue-on-error: ${{ matrix.setup.experimental }}
strategy:
Expand Down

0 comments on commit be14785

Please sign in to comment.