Skip to content

Commit

Permalink
Merge pull request #672 from JuliaParallel/sb/amd-1.7
Browse files Browse the repository at this point in the history
AMDGPU does not work on Julia 1.8, so test on 1.7
  • Loading branch information
simonbyrne authored Oct 6, 2022
2 parents 676df63 + a74fe7b commit 32c55e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@

- wait

- label: "Tests -- Julia latest"
- label: "Tests -- Julia nightly"
plugins:
- JuliaCI/julia#v1:
version: "1"
version: "nightly" # failing on 1.8
persist_depot_dirs: packages,artifacts,compiled
agents:
queue: "juliagpu"
Expand Down

0 comments on commit 32c55e0

Please sign in to comment.