Skip to content

Commit

Permalink
build: don't test x86_64-macos in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vrischmann committed Apr 16, 2024
1 parent 19dd52b commit 94572e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const ci_targets = switch (builtin.target.cpu.arch) {
TestTarget{ .query = .{ .cpu_arch = .x86, .abi = .gnu }, .bundled = true },
},
.macos => [_]TestTarget{
TestTarget{ .query = .{ .cpu_arch = .x86_64 }, .bundled = true },
TestTarget{ .query = .{ .cpu_arch = .aarch64 }, .bundled = true },
},
else => unreachable,
Expand Down

0 comments on commit 94572e7

Please sign in to comment.