Skip to content

Commit 6333151

Browse files
authored
Merge pull request #355 from JuliaGPU/ci
Update CI, use 1.6.
2 parents 8e1bde0 + 65b1dfa commit 6333151

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.buildkite/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ steps:
22
- label: "CUDA.jl"
33
plugins:
44
- JuliaCI/julia#v1:
5-
version: 1.6-nightly
5+
version: 1.6
66
- JuliaCI/julia-coverage#v1:
77
codecov: true
88
command: |
@@ -24,7 +24,7 @@ steps:
2424
- label: "oneAPI.jl"
2525
plugins:
2626
- JuliaCI/julia#v1:
27-
version: 1.6-nightly
27+
version: 1.6
2828
- JuliaCI/julia-coverage#v1:
2929
codecov: true
3030
command: |

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
version:
1818
- '1.5'
19+
- '1.6'
1920
- 'nightly'
2021
os:
2122
- ubuntu-latest
@@ -56,7 +57,7 @@ jobs:
5657
- uses: actions/checkout@v2
5758
- uses: julia-actions/setup-julia@v1
5859
with:
59-
version: '1.5'
60+
version: '1.6'
6061
- run: |
6162
git config --global user.name name
6263
git config --global user.email email

0 commit comments

Comments
 (0)