CI: mark hdf5 as inaccessible on macOS with config-tool instead of pkg-config

It is broken with the cmake build. With the previous commit, it now
shows the former as UNEXSKIP instead of ERROR.
pull/12802/head
Eli Schwartz 10 months ago
parent f5da446bb9
commit b50dd0607d
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 4
      test cases/frameworks/25 hdf5/test.json

@ -2,8 +2,8 @@
"matrix": {
"options": {
"method": [
{ "val": "pkg-config", "skip_on_jobname": ["macos"] },
{ "val": "config-tool" }
{ "val": "pkg-config" },
{ "val": "config-tool", "skip_on_jobname": ["macos"] }
]
}
},

Loading…
Cancel
Save