]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Cirrus CI: Switch macOS to AArch64. [skip appveyor]
authorDenis Ovsienko <[email protected]>
Sat, 10 Dec 2022 16:11:58 +0000 (16:11 +0000)
committerDenis Ovsienko <[email protected]>
Sat, 10 Dec 2022 16:11:58 +0000 (16:11 +0000)
Same as in tcpslice and libpcap.

.cirrus.yml

index ea9d4abee4a48a2717fea68f5c06d83f0ce272e5..e21e9d965558ede92b23a65de3f7527a99de9bb3 100644 (file)
@@ -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 '%'