Skip to content

Commit

Permalink
[GHA] update CUDA version but use gcc 13
Browse files Browse the repository at this point in the history
gcc-14 is not yet supported
  • Loading branch information
KrisThielemans committed Dec 11, 2024
1 parent f92d1c3 commit e454273
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ jobs:
ITK: "ON"
- os: ubuntu-24.04
compiler: gcc
compiler_version: 14
cuda_version: "12.1.0"
# currently CUDA doesn't support gcc 14 yet
compiler_version: 13
cuda_version: "12.6.3"
BUILD_FLAGS: "-DSTIR_OPENMP=ON -DCMAKE_CXX_STANDARD=17"
BUILD_TYPE: "Release"
parallelproj: "ON"
Expand Down

0 comments on commit e454273

Please sign in to comment.