Skip to content

Commit 362c777

Browse files
committed
ci:macos:build: HDF5-MPI upstream broken for shared MacOS builds
1 parent 0947162 commit 362c777

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_macos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
shared: [true, false]
27+
# HDF5-MPI upstream is broken for shared MacOS builds.
2728

2829
steps:
2930

@@ -64,7 +65,8 @@ jobs:
6465

6566
strategy:
6667
matrix:
67-
shared: [true, false]
68+
shared: [false]
69+
# HDF5-MPI upstream is broken for shared MacOS builds.
6870

6971
steps:
7072

0 commit comments

Comments
 (0)