Skip to content

Commit

Permalink
Use LTS release in Buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
pxl-th committed Nov 18, 2024
1 parent 12e36d1 commit 4be4ff7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
- label: ":julia: Julia {{matrix.julia}} + CUDA GPU"
plugins:
- JuliaCI/julia#v1:
- JuliaCI/julia#v2:
version: "{{matrix.julia}}"
- JuliaCI/julia-test#v1:
test_args: "--quickfail"
Expand All @@ -23,8 +23,7 @@ steps:
matrix:
setup:
julia:
# - "1.9" # uncomment when 1.10 is out
- "1"
- "lts"
- "nightly"
adjustments:
- with:
Expand All @@ -33,8 +32,8 @@ steps:

- label: ":julia: Julia 1 + AMD GPU"
plugins:
- JuliaCI/julia#v1:
version: "1.10"
- JuliaCI/julia#v2:
version: "lts"
- JuliaCI/julia-test#v1:
test_args: "--quickfail"
- JuliaCI/julia-coverage#v1:
Expand Down

0 comments on commit 4be4ff7

Please sign in to comment.