From b7832e45787bd7e5bd69d19daa0a3b9d2aa66877 Mon Sep 17 00:00:00 2001 From: Matthew Whitlock Date: Wed, 13 Nov 2024 13:53:36 -0500 Subject: [PATCH] Add version 5.0.5 test --- .github/workflows/ci_checks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_checks.yaml b/.github/workflows/ci_checks.yaml index 143e123..250e8b5 100644 --- a/.github/workflows/ci_checks.yaml +++ b/.github/workflows/ci_checks.yaml @@ -15,6 +15,7 @@ jobs: matrix: ompi_version: - main + - 5.0.5 steps: - name: Checkout repository