This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brandtbucher
Recipients brandtbucher, christian.heimes, gregory.p.smith, lukasz.langa, ned.deily
Date 2021-03-03.05:35:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614749710.46.0.544580501532.issue43382@roundup.psfhosted.org>
In-reply-to
Content
It seems that GitHub recently changed their "ubuntu-latest" image from Ubuntu 18.04 to Ubuntu 20.04.

A good temporary workaround would probably be to change this line:

https://github.com/python/cpython/blob/727a68b6e592eada5a65935de5c8428ef50e8741/.github/workflows/build.yml#L130

...to read "ubuntu-18.04".
History
Date User Action Args
2021-03-03 05:35:10brandtbuchersetrecipients: + brandtbucher, gregory.p.smith, christian.heimes, ned.deily, lukasz.langa
2021-03-03 05:35:10brandtbuchersetmessageid: <1614749710.46.0.544580501532.issue43382@roundup.psfhosted.org>
2021-03-03 05:35:10brandtbucherlinkissue43382 messages
2021-03-03 05:35:10brandtbuchercreate