Use windows-latest

This commit is contained in:
crazywhalecc
2026-05-08 20:58:33 +08:00
parent 1d1f58f3a1
commit 5e40982e85

View File

@@ -15,7 +15,7 @@ class GenExtTestMatrixCommand extends BaseCommand
private const array OS_RUNNERS = [
'linux' => ['arch' => 'x86_64', 'runner' => 'ubuntu-latest', 'os_key' => 'Linux'],
'windows' => ['arch' => 'x86_64', 'runner' => 'windows-2025', 'os_key' => 'Windows'],
'windows' => ['arch' => 'x86_64', 'runner' => 'windows-latest', 'os_key' => 'Windows'],
];
/**