From d1969a3c9a4ab1d46cd362451aeb3671757f8ffa Mon Sep 17 00:00:00 2001 From: Luong Vo Date: Thu, 1 May 2025 07:44:49 -0700 Subject: [PATCH] docs: update ubuntu version in PLATFORM_SUPPORT.md (#15662) # Description I was interested in how nu-shell handles glibc, especially older versions of it. I figured out from the docs that ubuntu 20.04 is utilized. However, in reality, github has deprecated ubuntu 20.04, and the code for ci.yaml in github workflow clearly states that it is 22.04. This is just a minor doc update to clarify forgotten information --- devdocs/PLATFORM_SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devdocs/PLATFORM_SUPPORT.md b/devdocs/PLATFORM_SUPPORT.md index dd393ec897..10b8dfa713 100644 --- a/devdocs/PLATFORM_SUPPORT.md +++ b/devdocs/PLATFORM_SUPPORT.md @@ -15,7 +15,7 @@ The Nushell team runs **testing of Nushell for the following platforms** through - macOS (latest version available through GitHub CI) - Windows (10 and 11) -- Linux (our test runners use `ubuntu-20.04` to represent distributions with not the latest glibc versions.) +- Linux (our test runners use `ubuntu-22.04` to represent distributions with not the latest glibc versions.) All PR level tests are performed on x86/AMD64 (at least at the time of writing the default macOS runner was not yet using arm64).