Skip to content

Commit 1ecf449

Browse files
committed
temporarily set GHA runner to ubuntu 20.04 actions/setup-python#544
1 parent d19d263 commit 1ecf449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: python helper/github-ci-vars.py
2020
tests:
2121
needs: prep-tests
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-20.04
2323
name: tests-${{ matrix.setup.toxenv }}
2424
continue-on-error: ${{ matrix.setup.experimental }}
2525
strategy:

0 commit comments

Comments
 (0)