Build/Test Tools: Make OS detection more generic in job names.

This prevents workflow runs in older branches that are using older versions of runner images from displaying the wrong operating system in job names.

Because the updated files are reusable, this change will automatically fix the issue in all older branches without the need to backport.

See #61213.
Built from https://develop.svn.wordpress.org/trunk@58351


git-svn-id: http://core.svn.wordpress.org/trunk@57803 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-06-05 19:29:17 +00:00
parent 9746093d4f
commit ab1bc73088

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-beta1-58345';
$wp_version = '6.6-beta1-58351';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.