From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 3 Mar 2021 09:56:36 +0000 (-0800) Subject: Pin test runner to Ubuntu 18 to un-break CI (GH-24715) X-Git-Tag: v3.9.3~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=024325db5849c2cf1aa3b4c1013f73549712904e;p=thirdparty%2FPython%2Fcpython.git Pin test runner to Ubuntu 18 to un-break CI (GH-24715) (cherry picked from commit 94894dd45e4bad6efb27eac4497b24cdc18b3e2d) Co-authored-by: Brandt Bucher --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07369ecad27c..01370954feaa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,7 +121,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: