We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e227b75 commit eb6f909Copy full SHA for eb6f909
1 file changed
.github/workflows/build_and_test.yml
@@ -381,22 +381,15 @@ jobs:
381
strategy:
382
matrix:
383
include:
384
- - os-version: macos-13
385
- host-arch: x86_64
386
- arch: x86_64
387
- config-zstd: OFF
388
389
390
391
- config-zstd: ON
392
393
394
- arch: arm64
395
396
- os-version: macos-14
397
host-arch: x86_64
398
arch: x86_64
399
config-zstd: OFF
+ # TODO: see https://github.com/seladb/PcapPlusPlus/issues/1989
+ # - os-version: macos-14
+ # host-arch: x86_64
+ # arch: x86_64
+ # config-zstd: ON
400
401
host-arch: arm64
402
arch: arm64
0 commit comments