| author | |
| committer | |
| log | 4044314e3f866277658e63f7a0a254041a78769b |
| tree | 1aa25634cf74d2ee4dca6e01c016df6c16a38256 |
| parent | 9b321ff40f2cf8e7a26cdefc51415d599c1b85c4 |
| signature |
This is not a target we put any active effort into supporting anymore.1 files changed, 1 insertions(+), 1 deletions(-)
test/src/Cases.zig+1-1| ... | ... | @@ -686,7 +686,7 @@ const TestManifestConfigDefaults = struct { |
| 686 | 686 | defaults = defaults ++ arch ++ "-linux" ++ ","; |
| 687 | 687 | } |
| 688 | 688 | // macOS |
| 689 | for (&[_][]const u8{ "x86_64", "aarch64" }) |arch| { | |
| 689 | for (&[_][]const u8{"aarch64"}) |arch| { | |
| 690 | 690 | defaults = defaults ++ arch ++ "-macos" ++ ","; |
| 691 | 691 | } |
| 692 | 692 | // Windows |