We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e1bde0 + 65b1dfa commit 6333151Copy full SHA for 6333151
.buildkite/pipeline.yml
@@ -2,7 +2,7 @@ steps:
2
- label: "CUDA.jl"
3
plugins:
4
- JuliaCI/julia#v1:
5
- version: 1.6-nightly
+ version: 1.6
6
- JuliaCI/julia-coverage#v1:
7
codecov: true
8
command: |
@@ -24,7 +24,7 @@ steps:
24
- label: "oneAPI.jl"
25
26
27
28
29
30
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
matrix:
17
version:
18
- '1.5'
19
+ - '1.6'
20
- 'nightly'
21
os:
22
- ubuntu-latest
@@ -56,7 +57,7 @@ jobs:
56
57
- uses: actions/checkout@v2
58
- uses: julia-actions/setup-julia@v1
59
with:
- version: '1.5'
60
+ version: '1.6'
61
- run: |
62
git config --global user.name name
63
git config --global user.email email
0 commit comments