From ac508af7fd4e3c189a4e7a8da6662806f6e80571 Mon Sep 17 00:00:00 2001 From: Brad House Date: Tue, 28 May 2024 14:34:04 -0400 Subject: [PATCH] CI: run UBSAN on MacOS, update to Sonoma --- .cirrus.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index cf714e8e..606a94bd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -74,10 +74,11 @@ task: SCAN_BUILD: "/opt/homebrew/opt/llvm/bin/scan-build-py" MAKE: "make" BUILD_ASAN: "yes" + BUILD_UBSAN: "yes" BUILD_ANALYZE: "yes" TEST_SYMBOL_VISIBILITY: "yes" macos_instance: - image: ghcr.io/cirruslabs/macos-ventura-xcode:latest + image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest - name: "iOS" env: DIST: "iOS" @@ -87,7 +88,7 @@ task: CFLAGS: "-arch armv7 -arch armv7s -arch arm64 -miphoneos-version-min=10.0" CONFIG_OPTS: "--host=arm-apple-darwin10 --disable-tests" macos_instance: - image: ghcr.io/cirruslabs/macos-ventura-xcode:latest + image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest matrix: - name: "CMAKE" env: