mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-24 02:23:27 +08:00
Cirrus CI: Switch macOS to AArch64. [skip appveyor]
Same as in tcpslice and libpcap.
This commit is contained in:
parent
6037720bd5
commit
d98b1777c7
@ -54,13 +54,12 @@ linux_task:
|
||||
- ./build_matrix.sh
|
||||
|
||||
macos_task:
|
||||
name: macos-amd64
|
||||
name: macos-aarch64
|
||||
only_if: $CIRRUS_BRANCH != 'coverity_scan'
|
||||
macos_instance:
|
||||
image: big-sur-xcode
|
||||
# "cpu" and "memory" are invalid keywords for macOS tasks now
|
||||
image: ghcr.io/cirruslabs/macos-ventura-xcode:14.1 # macOS 13 with Xcode 14.1
|
||||
env:
|
||||
MAKEFLAGS: '-j 12'
|
||||
MAKEFLAGS: '-j 4'
|
||||
script:
|
||||
- brew update >/dev/null
|
||||
- brew install libsmi | grep -v '%'
|
||||
|
Loading…
Reference in New Issue
Block a user