Skip to content

Commit 8744b1a

Browse files
authored
switch CI to 1.12
1 parent a6f878a commit 8744b1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ steps:
22
- label: "CUDA"
33
plugins:
44
- JuliaCI/julia#v1:
5-
version: "1.11"
5+
version: "1.12"
66
- JuliaCI/julia-coverage#v1:
77
codecov: true
88
commands: |

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
version: ['1.10', '1.11']
25+
version: ['1.10', '1.12']
2626
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-15, macOS-15-intel, windows-2025]
2727
arch: [x64, arm64]
2828
pocl: [jll, local]

0 commit comments

Comments
 (0)