Skip to content

Commit eb6f909

Browse files
authored
Update macOS CI (#1987)
* remove deprecated macos 13 * trigger * add issue * fix
1 parent e227b75 commit eb6f909

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -381,22 +381,15 @@ jobs:
381381
strategy:
382382
matrix:
383383
include:
384-
- os-version: macos-13
385-
host-arch: x86_64
386-
arch: x86_64
387-
config-zstd: OFF
388-
- os-version: macos-13
389-
host-arch: x86_64
390-
arch: x86_64
391-
config-zstd: ON
392-
- os-version: macos-13
393-
host-arch: x86_64
394-
arch: arm64
395-
config-zstd: OFF
396384
- os-version: macos-14
397385
host-arch: x86_64
398386
arch: x86_64
399387
config-zstd: OFF
388+
# TODO: see https://github.com/seladb/PcapPlusPlus/issues/1989
389+
# - os-version: macos-14
390+
# host-arch: x86_64
391+
# arch: x86_64
392+
# config-zstd: ON
400393
- os-version: macos-14
401394
host-arch: arm64
402395
arch: arm64

0 commit comments

Comments
 (0)