From f51bc0aa497f5d650ea26f88680e22992a053e31 Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Thu, 28 Mar 2024 15:22:54 +0100 Subject: [PATCH] Remove brew hdf5 1.8 (deprecated) CI run --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 517765b1..9f2796bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,6 @@ jobs: fail-fast: false matrix: include: - - {version: hdf5@1.8} - {version: hdf5@1.10} - {version: hdf5@1.14} - {version: hdf5-mpi, mpi: true}