Skip to content

Commit

Permalink
Build nvcc with gcc-12
Browse files Browse the repository at this point in the history
previously I switched to gcc 13 which is not supported by cuda compilers
  • Loading branch information
havogt authored Jan 25, 2024
1 parent c1e11f4 commit e290a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
needs: [gcc, clang, parmetis]
strategy:
matrix:
base: [gcc-10, gcc-13, clang-10, clang-17, gcc-9-ucx-mpi-atlas-parmetis]
base: [gcc-10, gcc-12, clang-10, clang-17, gcc-9-ucx-mpi-atlas-parmetis]
version: [11.8, 12.2, 12.3]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e290a9e

Please sign in to comment.