Skip to content

Commit d6e8939

Browse files
authored
Fix versions in Buildkite CI (#56)
1.7 nightly no longer exists and was causing errors. Also updated to 1.8 to match configuration across the org.
1 parent df70552 commit d6e8939

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/NNlibCUDA/.buildkite/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
steps:
2-
- label: "GPU integration with julia v1"
2+
- label: "GPU integration with julia v1.6"
33
plugins:
44
- JuliaCI/julia#v1:
55
version: "1.6"
@@ -9,10 +9,10 @@ steps:
99
cuda: "*"
1010
timeout_in_minutes: 60
1111

12-
- label: "GPU integration with julia v1.7-nightly"
12+
- label: "GPU integration with julia v1"
1313
plugins:
1414
- JuliaCI/julia#v1:
15-
version: "1.7-nightly"
15+
version: "1.8"
1616
- JuliaCI/julia-test#v1: ~
1717
agents:
1818
queue: "juliagpu"

0 commit comments

Comments
 (0)