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.
2 parents e2c0535 + 691b624 commit 7e6e032Copy full SHA for 7e6e032
.github/workflows/build.yml
@@ -9,19 +9,18 @@ jobs:
9
strategy:
10
matrix:
11
os:
12
- - 'ubuntu-22.04'
+ - 'ubuntu-24.04'
13
14
cuda:
15
- - {version: '11.8.0', method: 'network'}
16
- - {version: '12.2.2', method: 'network'}
+ - {version: '12.6.0', method: 'network'}
17
- {version: 'None'}
18
19
compiler:
20
- {cc: gcc, cxx: g++}
21
22
include:
23
- - os: 'ubuntu-20.04'
24
- cuda: {version: '11.3.1', method: 'network'}
+ - os: 'ubuntu-22.04'
+ cuda: {version: '11.8.0', method: 'network'}
25
compiler: {cc: gcc-9, cxx: g++-9, update-alternatives: True}
26
- os: 'ubuntu-20.04'
27
cuda: {version: '10.2.89', method: 'local'}
0 commit comments