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

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

index 07369ecad27cc8039b89253916c17200a5d8b518..01370954feaaed9ee9c1f6e3256c1b6963f33111 100644 (file)
@@ -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: