From 068ff416a1229488fc525d4b9dae78744d7db552 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Sat, 8 Feb 2025 11:11:53 -0600 Subject: [PATCH] [CI] Don't test on the nvidia-hpc compilers --- .github/workflows/meson.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml index f3d57d65..60cf6c81 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -39,11 +39,11 @@ jobs: arch: 'arm64' metis: 64 allow_failure: true - - os: ubuntu-latest - compiler: nvidia-hpc - compiler_version: '25.1' - metis: 32 - allow_failure: true + # - os: ubuntu-latest + # compiler: nvidia-hpc + # compiler_version: '25.1' + # metis: 32 + # allow_failure: true runs-on: ${{ matrix.os }} steps: - name: Check out SPRAL