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!"