diff options
author | Omar Polo <op@omarpolo.com> | 2024-03-06 10:11:17 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-03-06 10:11:17 +0000 |
commit | 7c83689428d30bf646bea610ca4ee04aded74024 (patch) | |
tree | 6ae1129f05fb46871680c5acde78d931a9391f54 /.cirrus.yml | |
parent | 248fb833f9883b714c48cd3edac2b212cbcd565f (diff) |
update mac CI target to sonoma
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |