We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ce64e commit b4da1e3Copy full SHA for b4da1e3
.buildkite/CUDA_Ext.yml
@@ -4,7 +4,7 @@ steps:
4
setup:
5
version:
6
- "1.10" # oldest
7
- #- "1" # latest
+ - "1" # latest
8
plugins:
9
- JuliaCI/julia#v1:
10
version: "{{matrix.version}}"
.github/workflows/CI.yml
@@ -41,7 +41,7 @@ jobs:
41
# for core tests (latest and oldest supported versions)
42
43
- '1.10' # oldest
44
- # - '1' # latest
+ - '1' # latest
45
node:
46
- os: 'ubuntu-latest'
47
arch: 'x64'
0 commit comments