Skip to content

Commit 6c0b5de

Browse files
authored
Build nvcc with gcc-12 (#81)
previously we switched to gcc 13 which is not supported by cuda compilers
1 parent c1e11f4 commit 6c0b5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
needs: [gcc, clang, parmetis]
117117
strategy:
118118
matrix:
119-
base: [gcc-10, gcc-13, clang-10, clang-17, gcc-9-ucx-mpi-atlas-parmetis]
119+
base: [gcc-10, gcc-12, clang-10, clang-17, gcc-9-ucx-mpi-atlas-parmetis]
120120
version: [11.8, 12.2, 12.3]
121121
steps:
122122
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)