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

Co-authored-by: Brandt Bucher <brandt@python.org>
Automerge-Triggered-By: GH:tiran
.github/workflows/build.yml

index 669c541dd4f49b8b6b34c678c350f92ff68c455c..5822428e34a862d3cfc94f5dc0937b89624430d0 100644 (file)
@@ -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: