Ubuntu-latest workflows will use Ubuntu-20.04 #1816
Labels
Comments
This was referenced Oct 16, 2020
This was referenced Oct 26, 2020
This was referenced Nov 2, 2020
This was referenced Nov 9, 2020
This was referenced Nov 16, 2020
|
Why is this being output as a warning? If a user relies on behavior from a specific version, they should be pinning it. |
|
Hi @jhpratt , |
jazairi
added a commit
to MITLibraries/thing
that referenced
this issue
Feb 4, 2021
Why these changes are being introduced: * The user-thesis relationship should clarify which users authored a thesis * We need a place to record whether a thesis author has graduated Relevant ticket(s): https://mitlibraries.atlassian.net/browse/ETD-75 How this addresses that need: * Adds Author table to join User and Thesis * Adds graduation_confirmed boolean column to Author * Adds basic administrate UI to edit graduation_confirmed field Side effects of this change: * The sort feature has been removed from the processing queue, as the only sort fields were date and name, and names are no longer sortable. * The Ubuntu VM for GitHub actions has been pinned to version 18.04. Ubuntu-latest bumps the version to 20.04 (per actions/virtual-environments#1816), which causes the test suite to fail. I will open a ticket on our Jira board to investigate this further. Co-authored-by: Jeremy Prevost <jprevost@mit.edu>
|
This upgrade broke my
I had to do
in order to get it working. If i use latest this goes to 20.04 and i would need to use new cli commands |
hamadodene
added a commit
to diennea/carapaceproxy
that referenced
this issue
Feb 6, 2021
Ubuntu latest is in transition to ubuntu 20.04. This could cause problems with the tests. See actions/virtual-environments#1816
This was referenced Feb 6, 2021
Cu2y
referenced
this issue
Feb 7, 2021
* Updating readme file for ubuntu20 version 20210131.1 * restored NDK Co-authored-by: Image generation service account <no-reply@microsoft.com> Co-authored-by: Alena Sviridenko <alenasviridenko@github.com> Co-authored-by: Actions service account <no-reply@github.com>
andreoliwa
added a commit
to andreoliwa/nitpick
that referenced
this issue
Feb 7, 2021
ybelMekk
added a commit
to nais/tokendings
that referenced
this issue
Feb 8, 2021
gitster
added a commit
to git/git
that referenced
this issue
Feb 8, 2021
GitHub Actions is transitioning workflow steps that run on 'ubuntu-latest' from 18.04 to 20.04 [1]. This works fine in all steps except the static-analysis one, since Coccinelle isn't available on Ubuntu focal (it is only available in the universe suite). Until Coccinelle can be installed from 20.04's main suite, pin the static-analysis build to run on 18.04, where it can be installed by default. [1]: actions/virtual-environments#1816 Reported-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
kolyshkin
added a commit
to kolyshkin/criu
that referenced
this issue
Feb 9, 2021
GHA currently warns about "runs-on: ubuntu-latest" being used, because currently it means "ubuntu-16.04" and they are going to switch to 20.04: > Ubuntu-latest workflows will use Ubuntu-20.04 soon. For more details, see actions/virtual-environments#1816 Use 20.04 instead of "latest" to remove the warning, and actually use the latest available ubuntu version. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This was referenced Feb 10, 2021
This was referenced Feb 11, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Ubuntu-20.04 is ready to be the default version for the “ubuntu-latest” label in GitHub Actions and Azure DevOps. This change will be rolled out over a period of several weeks beginning on November, 30. (December, 22 - January, 4 will be a migration break due to holidays)
If you see any issues with your workflows during this transition period:
Note that image software between Ubuntu-18.04 and Ubuntu-20.04 differs not only by the pre-installed versions of tools, but also by the default versions of some tools. See the list of missing and changes software below.
Software differences
8(default)
11
12
11(default)
2.5
2.6
2.7
2.6
2.7
7.2
7.3
7.4
8.0
8.0
8
9 (default)
9
10(default)
Missing software
Known issues:
libcurl3missing in the repo, replaced withlibcurl4Python2is absent on Ubuntu 20, but required for some packages to install. Can be installed viaapt-get install python-is-python2or via toolcachecurl https://bootstrap.pypa.io/get-pip.py --output get-pip.py, python2 get-pip.py)ppa:ansible/ansibleisn't updated yetDeprecated:
Haskell: https://launchpad.net/~hvr/+archive/ubuntu/ghc-eol
.Net Core
2.2 — EOL December 23, 2019:
3.0 — EOL March 3, 2020:
Azure PowerShell
Each major Go release is supported until there are two newer major releases. For example, Go 1.5 was supported until the Go 1.7 release, and Go 1.6 was supported until the Go 1.8 release. We fix critical problems, including critical security problems, in supported releases as needed by issuing minor revisions
GOLang
Java:
PHP
Android:
The text was updated successfully, but these errors were encountered: