Skip to content

Commit 844b253

Browse files
authored
Switch Metal.jl CI to juliaecosystem queue.
1 parent bf72dc8 commit 844b253

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ steps:
6565
println("+++ :julia: Running tests")
6666
Pkg.test("Metal"; coverage=true)'
6767
agents:
68-
queue: "juliagpu"
69-
metal: "*"
68+
queue: "juliaecosystem"
69+
os: "macos"
70+
arch: "aarch64"
7071
if: build.message !~ /\[skip tests\]/
7172
timeout_in_minutes: 60
7273

0 commit comments

Comments
 (0)