Skip to content

Commit 7e6e032

Browse files
authored
Merge pull request #998 from I2PC/agm_updatincUbubtu
Action build.yml, update ubuntu and CUDA
2 parents e2c0535 + 691b624 commit 7e6e032

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,18 @@ jobs:
99
strategy:
1010
matrix:
1111
os:
12-
- 'ubuntu-22.04'
12+
- 'ubuntu-24.04'
1313

1414
cuda:
15-
- {version: '11.8.0', method: 'network'}
16-
- {version: '12.2.2', method: 'network'}
15+
- {version: '12.6.0', method: 'network'}
1716
- {version: 'None'}
1817

1918
compiler:
2019
- {cc: gcc, cxx: g++}
2120

2221
include:
23-
- os: 'ubuntu-20.04'
24-
cuda: {version: '11.3.1', method: 'network'}
22+
- os: 'ubuntu-22.04'
23+
cuda: {version: '11.8.0', method: 'network'}
2524
compiler: {cc: gcc-9, cxx: g++-9, update-alternatives: True}
2625
- os: 'ubuntu-20.04'
2726
cuda: {version: '10.2.89', method: 'local'}

0 commit comments

Comments
 (0)