ci: Stop using self-hosted Linux/arm64 runners (#1474)
These are no longer required since GitHub launched their own Linux/arm64 runners. See https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
This commit is contained in:
parent
b882572b54
commit
565fec5262
|
@ -30,18 +30,17 @@
|
||||||
"target_arch": "x64",
|
"target_arch": "x64",
|
||||||
"exe_ext": ".exe",
|
"exe_ext": ".exe",
|
||||||
"generator": ""
|
"generator": ""
|
||||||
}
|
},
|
||||||
],
|
|
||||||
|
|
||||||
"comment2": "runners hosted by the owner, enabled by the 'self_hosted' environment being created on the repo",
|
|
||||||
"selfHosted": [
|
|
||||||
{
|
{
|
||||||
"os": "self-hosted-linux-arm64",
|
"os": "ubuntu-24.04-arm",
|
||||||
"os_name": "linux",
|
"os_name": "linux",
|
||||||
"target_arch": "arm64",
|
"target_arch": "arm64",
|
||||||
"exe_ext": "",
|
"exe_ext": "",
|
||||||
"generator": "Ninja",
|
"generator": "Ninja"
|
||||||
"low_mem": "yes"
|
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
"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": [
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue