diff options
| -rw-r--r-- | build.zig | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -44,7 +44,6 @@ const ci_targets = switch (builtin.target.cpu.arch) { | |||
| 44 | TestTarget{ .query = .{ .cpu_arch = .x86, .abi = .gnu }, .bundled = true }, | 44 | TestTarget{ .query = .{ .cpu_arch = .x86, .abi = .gnu }, .bundled = true }, |
| 45 | }, | 45 | }, |
| 46 | .macos => [_]TestTarget{ | 46 | .macos => [_]TestTarget{ |
| 47 | TestTarget{ .query = .{ .cpu_arch = .x86_64 }, .bundled = true }, | ||
| 48 | TestTarget{ .query = .{ .cpu_arch = .aarch64 }, .bundled = true }, | 47 | TestTarget{ .query = .{ .cpu_arch = .aarch64 }, .bundled = true }, |
| 49 | }, | 48 | }, |
| 50 | else => unreachable, | 49 | else => unreachable, |