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:
Joey Parrish 2025-01-16 18:37:01 -08:00 committed by GitHub
parent b882572b54
commit 565fec5262
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 8 deletions

View File

@ -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": [
] ]
} }