Skip to content

Commit c04ed88

Browse files
authored
Merge pull request #381 from FourierFlows/ncc/update-cuda-compat
Update CUDA compatibility versions in Project.toml + add Julia v1.12 on CI
2 parents 82e561d + b7494b5 commit c04ed88

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ steps:
1919
- JuliaCI/julia#v1:
2020
version: '1.11'
2121
- JuliaCI/julia-test#v1: ~
22+
agents:
23+
queue: "juliagpu"
24+
cuda: "*"
25+
if: build.message !~ /\[skip tests\]/
26+
timeout_in_minutes: 60
27+
28+
- label: "🦏 Julia 1.12"
29+
plugins:
30+
- JuliaCI/julia#v1:
31+
version: '1.12'
32+
- JuliaCI/julia-test#v1: ~
2233
- JuliaCI/julia-coverage#v1:
2334
codecov: true
2435
agents:

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
version:
1515
- "1.10" # LTS
1616
- "1.11"
17+
- "1.12"
1718
os:
1819
- macOS-latest
1920
- windows-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
2020
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2121

2222
[compat]
23-
CUDA = "1, 2.4.2, 3.0.0 - 3.6.4, 3.7.1, 4, 5.4"
23+
CUDA = "1, 2.4.2, 3.0.0 - 3.6.4, 3.7.1, 4, =5.8.5, 5.9.1"
2424
DocStringExtensions = "0.8, 0.9"
2525
FFTW = "1"
2626
Interpolations = "0.12, 0.13, 0.14, 0.15, 0.16"

0 commit comments

Comments
 (0)