Skip to content

Commit

Permalink
Merge pull request #869 from tfranzel/gha_fix
Browse files Browse the repository at this point in the history
temporarily set GHA runner to ubuntu 20.04 actions/setup-python#544
  • Loading branch information
tfranzel authored Nov 23, 2022
2 parents d19d263 + 1ecf449 commit e52a176
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 e52a176

Please sign in to comment.