From eb801b553f85658896fbdc956e22e2cc8b8953d1 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 18 May 2022 00:39:24 -0500 Subject: [PATCH] Use newer AppVeyor machine image --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5309218..7133093 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ version: 0.0.0.{build} clone_depth: 1 -image: macOS-BigSur +image: macOS-Monterey before_build: - 'git submodule update --init --recursive'