Skip to content

Commit 73576c2

Browse files
committed
Work around extension deps issue by using 1.11
1 parent 5d5d037 commit 73576c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ steps:
4848
- label: "oneAPI.jl"
4949
plugins:
5050
- JuliaCI/julia#v1:
51-
version: "1.10"
51+
version: "1.11"
5252
- JuliaCI/julia-coverage#v1:
5353
codecov: true
5454
command: |
@@ -95,7 +95,7 @@ steps:
9595
- label: "Metal.jl"
9696
plugins:
9797
- JuliaCI/julia#v1:
98-
version: "1.10"
98+
version: "1.11"
9999
- JuliaCI/julia-coverage#v1:
100100
codecov: true
101101
command: |

0 commit comments

Comments
 (0)