Skip to content

Commit

Permalink
ci: fix type in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Nov 26, 2024
1 parent 00ebd7f commit 57776ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Build

on: [push, pull_request]

# We define multiple jobs that test compatibility of the FIRESTARTER code aginst different compilers.
# We define multiple jobs that test compatibility of the FIRESTARTER code against different compilers.
# On linux:
# FIRESTARTER_HIP version 6.2 against the hipcc compiler
# FIRESTARTER_ONEAPI versions 2023.2.0 and 2024.0 against icx and icpx
# FIRESTARTER_CUDA with cuda versions 8.0, 11.0 and NVHPC-22.5 against clang++-10
# FIRESTARTER against g++-7, g++-8, g++-9, g++-10, clang++-8, clang++-9, clang++-10
# On Windows:
# FIRESTARTER aginst windows-2019 MSVC and mingw
# FIRESTARTER against windows-2019 MSVC and mingw
# FIRESTARTER_CUDA against windows-2019 MSVC
# On MacOS:
# FIRESTARTER against XCode on MacOS 12 and 13
Expand Down

0 comments on commit 57776ea

Please sign in to comment.