diff --git a/test/setup.jl b/test/setup.jl index d7572ed7..13e2b89c 100644 --- a/test/setup.jl +++ b/test/setup.jl @@ -1,7 +1,7 @@ using Distributed, Test, Metal, Adapt, ObjectiveC, ObjectiveC.Foundation # TODO: REMOVE BEFORE MERGING -Sys.isapple() && @info "Architecture: $(read(`xcrun metal-arch`, String))" +Sys.isapple() && @info "Architecture: $(read(`xcrun metal-arch --name`, String))" # Quit without erroring if Metal loaded without issues on unsupported platforms if !Sys.isapple()