diff options
author | Brandt Bucher <brandt@python.org> | 2021-03-03 07:03:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 07:03:55 (GMT) |
commit | 94894dd45e4bad6efb27eac4497b24cdc18b3e2d (patch) | |
tree | 51eabc9b31a9b5bc433ade21b126e4485d49a040 /.github/workflows/build.yml | |
parent | 727a68b6e592eada5a65935de5c8428ef50e8741 (diff) | |
download | cpython-94894dd45e4bad6efb27eac4497b24cdc18b3e2d.zip cpython-94894dd45e4bad6efb27eac4497b24cdc18b3e2d.tar.gz cpython-94894dd45e4bad6efb27eac4497b24cdc18b3e2d.tar.bz2 |
Pin test runner to Ubuntu 18 to un-break CI (#24715)
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c674c5d..ef54865 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,7 +127,7 @@ jobs: build_ubuntu: name: 'Ubuntu' - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 needs: check_source if: needs.check_source.outputs.run_tests == 'true' env: |