Skip to content

Commit

Permalink
Switch CI to 1.11. (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt authored Oct 17, 2024
1 parent 0e3cacc commit a57d11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ steps:
- label: "CUDA"
plugins:
- JuliaCI/julia#v1:
version: "1.10"
version: "1.11"
- JuliaCI/julia-coverage#v1:
codecov: true
commands: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['1.10', 'pre']
version: ['1.10', '1.11']
os: ['ubuntu-latest', 'macOS-latest']
arch: [x64]
steps:
Expand Down

0 comments on commit a57d11f

Please sign in to comment.