You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: build-matrix.json
+6-6
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@
13
13
"os_name": "linux",
14
14
"target_arch": "x64"
15
15
},
16
+
{
17
+
"os": "ubuntu-24.04-arm",
18
+
"os_name": "linux",
19
+
"target_arch": "arm64"
20
+
},
16
21
{
17
22
"comment": "Explicit macOS version 13 is required for explicit x64 CPU.",
18
23
"os": "macos-13",
@@ -32,12 +37,7 @@
32
37
}
33
38
],
34
39
35
-
"comment2": "runners hosted by the owner, enabled by the ENABLE_SELF_HOSTED variable being set on the repo",
40
+
"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.",
0 commit comments