| ... | @@ -686,7 +686,7 @@ const TestManifestConfigDefaults = struct { | ... | @@ -686,7 +686,7 @@ const TestManifestConfigDefaults = struct { |
| 686 | defaults = defaults ++ arch ++ "-linux" ++ ","; | 686 | defaults = defaults ++ arch ++ "-linux" ++ ","; |
| 687 | } | 687 | } |
| 688 | // macOS | 688 | // macOS |
| 689 | for (&[_][]const u8{ "x86_64", "aarch64" }) |arch| { | 689 | for (&[_][]const u8{"aarch64"}) |arch| { |
| 690 | defaults = defaults ++ arch ++ "-macos" ++ ","; | 690 | defaults = defaults ++ arch ++ "-macos" ++ ","; |
| 691 | } | 691 | } |
| 692 | // Windows | 692 | // Windows |