From 7c83689428d30bf646bea610ca4ee04aded74024 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Wed, 6 Mar 2024 10:11:17 +0000 Subject: [PATCH] update mac CI target to sonoma --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index bb83ced..222eb88 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -30,7 +30,7 @@ freebsd_14_task: mac_task: macos_instance: - image: ghcr.io/cirruslabs/macos-ventura-xcode:latest + image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest test_script: - brew install libevent openssl libretls - PKG_CONFIG_PATH="$(brew --prefix openssl)/lib/pkgconfig" ./configure CFLAGS='-O2 -pipe -Wno-deprecated-declarations' -Werror