Skip to content

Commit e8ee865

Browse files
dnicolodirgommers
authored andcommitted
CI: add arm64 macOS job to Cirrus CI setup
1 parent bda1bb6 commit e8ee865

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.cirrus.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,9 @@ freebsd_task:
8080
image_family: freebsd-13-2
8181
install_script: pkg install -y git ninja
8282
<< : *test
83+
84+
macos-arm64_task:
85+
macos_instance:
86+
image: ghcr.io/cirruslabs/macos-ventura-xcode
87+
install_script: brew install git ninja [email protected]
88+
<< : *test

0 commit comments

Comments
 (0)