diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-03-03 09:56:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 09:56:41 (GMT) |
commit | 9c6c5da55f4b9f4e5dde33d10adaf3d7ee824c11 (patch) | |
tree | 4cec338bfc6849575a98180d97688fec55c3aa33 | |
parent | 7101d152f9789ad243912c00349d5da657b217fd (diff) | |
download | cpython-9c6c5da55f4b9f4e5dde33d10adaf3d7ee824c11.zip cpython-9c6c5da55f4b9f4e5dde33d10adaf3d7ee824c11.tar.gz cpython-9c6c5da55f4b9f4e5dde33d10adaf3d7ee824c11.tar.bz2 |
[3.8] Pin test runner to Ubuntu 18 to un-break CI (GH-24715) (GH-24717)
(cherry picked from commit 94894dd45e4bad6efb27eac4497b24cdc18b3e2d)
Co-authored-by: Brandt Bucher <brandt@python.org>
Automerge-Triggered-By: GH:tiran
-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 669c541..5822428 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,7 +114,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: |