From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 3 Mar 2021 17:24:05 +0000 (-0800) Subject: Pin test runner to Ubuntu 18 to un-break CI (GH-24715) (GH-24716) X-Git-Tag: v3.7.11~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a99860e4022c386df6e51fcc7741b0aeba25d687;p=thirdparty%2FPython%2Fcpython.git Pin test runner to Ubuntu 18 to un-break CI (GH-24715) (GH-24716) (cherry picked from commit 94894dd45e4bad6efb27eac4497b24cdc18b3e2d) Co-authored-by: Brandt Bucher Co-authored-by: Brandt Bucher --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3d4b7bab9cd..e60d315de48c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,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: