Refactor OS configuration for Ubuntu arm64 runners in workflow

Remove specific OS configurations for Ubuntu arm64.
This commit is contained in:
Haritha
2026-02-17 09:52:02 -06:00
committed by GitHub
parent 8e10429829
commit 33ec82dad4
@@ -59,13 +59,6 @@ jobs:
"*windows*" { $platform = 'win32'; if ($arch -eq "arm64" ) { $os = "${os}-arm" } }
}
if ($configuration -eq "ubuntu-22.04_arm64") {
$os = "setup-actions-ubuntu-arm64-2-core"
}
elseif ($configuration -eq "ubuntu-24.04_arm64") {
$os = "setup-actions-ubuntu24-arm64-2-core"
}
if ($buildMode -eq "freethreaded") {
if ([semver]"${{ inputs.VERSION }}" -lt [semver]"3.13.0") {
continue;