From 826b955543ad385f5272485afbb7af823ea321bb Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 7 Jun 2022 20:18:42 +0200 Subject: [PATCH] Add cirrus --- .cirrus.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .cirrus.yml diff --git a/.cirrus.yml b/.cirrus.yml new file mode 100644 index 00000000..ac22cdaf --- /dev/null +++ b/.cirrus.yml @@ -0,0 +1,5 @@ +macos_instance: + image: ghcr.io/cirruslabs/macos-monterey-base:latest + +task: + script: echo "Hello World from macOS!"