]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Pin test runner to Ubuntu 18 to un-break CI (GH-24715) (GH-24716)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Mar 2021 17:24:05 +0000 (09:24 -0800)
committerGitHub <noreply@github.com>
Wed, 3 Mar 2021 17:24:05 +0000 (12:24 -0500)
(cherry picked from commit 94894dd45e4bad6efb27eac4497b24cdc18b3e2d)

Co-authored-by: Brandt Bucher <brandt@python.org>
Co-authored-by: Brandt Bucher <brandt@python.org>
.github/workflows/build.yml

index b3d4b7bab9cdd1177b69dec2b31bc4c9cef16b56..e60d315de48c814dc20fc226cf9c9717560a22b4 100644 (file)
@@ -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: