mirror of
https://github.com/mawww/kakoune.git
synced 2025-04-11 21:18:46 +02:00
Try to fix cirrrus-ci builds
This commit is contained in:
parent
8c38d9bbe0
commit
3a227db9a2
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue