summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2025-02-28 12:34:01 +1100
committerMaxime Coste <mawww@kakoune.org>2025-02-28 12:34:01 +1100
commit3a227db9a22bd7a3f3169294d57ea9016428eddc (patch)
treef600c76a9a7932eaf748becb2bc6d7271b6d3fad /.cirrus.yml
parent8c38d9bbe0b399f0c26952ba835fb303f73627cb (diff)
Try to fix cirrrus-ci builds
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index cc32de6a..b1b14454 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,6 +1,6 @@
freebsd_task:
freebsd_instance:
- image_family: freebsd-13-3
+ image_family: freebsd-14-2
matrix:
- name: freebsd_clang
env:
@@ -39,9 +39,9 @@ macos_task:
image: ghcr.io/cirruslabs/macos-ventura-base:latest
matrix:
- name: macos_clang
- clang_script: brew install llvm@13
+ clang_script: brew install llvm
env:
- CXX: /opt/homebrew/opt/llvm@13/bin/clang++
+ CXX: /opt/homebrew/opt/llvm/bin/clang++
- name: macos_gcc
gcc_script:
- /usr/sbin/softwareupdate --install-rosetta --agree-to-license