diff --git a/.github/workflows/build-with-kokkos.yml b/.github/workflows/build-with-kokkos.yml index 43485e392..14c0dd76d 100644 --- a/.github/workflows/build-with-kokkos.yml +++ b/.github/workflows/build-with-kokkos.yml @@ -108,7 +108,7 @@ jobs: cmake --build --preset=${{ matrix.preset }} cmake --install build-with-${{ matrix.preset }} --prefix=/opt/kokkos-tools # For now, GitHub runners are used. These runner don't have GPUs. Therefore, testing can only be done for OpenMP. - # Skip variorum test since we can't rely on the system to be compatible with the access Variorum needs. + # Skip variorum test since the architecture detected by variorum is not supported - name: Run tests if: ${{ matrix.preset == 'OpenMP' }} run: |