2023-12-01 17:32:19 +00:00
{
"comment1" : "runners hosted by GitHub, always enabled" ,
"hosted" : [
{
"os" : "ubuntu-latest" ,
"os_name" : "linux" ,
"target_arch" : "x64" ,
"exe_ext" : "" ,
"generator" : "Ninja"
} ,
{
2024-03-04 22:02:39 +00:00
"comment" : "Explicit macOS version 13 is required for explicit x64 CPU." ,
"os" : "macos-13" ,
2023-12-01 17:32:19 +00:00
"os_name" : "osx" ,
"target_arch" : "x64" ,
"exe_ext" : "" ,
"generator" : "Ninja"
} ,
2024-03-04 22:02:39 +00:00
{
"comment" : "Explicit macOS version 14 is required for explicit arm64 CPU." ,
"os" : "macos-14" ,
"os_name" : "osx" ,
"target_arch" : "arm64" ,
"exe_ext" : "" ,
"generator" : "Ninja"
} ,
2023-12-01 17:32:19 +00:00
{
"os" : "windows-latest" ,
"os_name" : "win" ,
"target_arch" : "x64" ,
"exe_ext" : ".exe" ,
"generator" : ""
2025-01-17 02:37:01 +00:00
} ,
2023-12-01 17:32:19 +00:00
{
2025-01-17 02:37:01 +00:00
"os" : "ubuntu-24.04-arm" ,
2023-12-01 17:32:19 +00:00
"os_name" : "linux" ,
"target_arch" : "arm64" ,
"exe_ext" : "" ,
2025-01-17 02:37:01 +00:00
"generator" : "Ninja"
2023-12-01 17:32:19 +00:00
}
2025-01-17 02:37:01 +00:00
] ,
"comment2" : "Self-hosted runners are not used since the introduction of GitHub-hosted Linux arm64 runners. The feature still exists if a new platform becomes necessary." ,
"selfHosted" : [
2023-12-01 17:32:19 +00:00
]
}