From 9b0d63b2f43d06853cbc7eae711646d93983a4e4 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Tue, 3 Jan 2023 21:06:28 +0100 Subject: [PATCH] ci: use normal AppVeyor macOS image (#1388) Co-authored-by: Henry Schreiner --- appveyor.yml | 4 ++-- examples/appveyor-minimal.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index fbea6b736..a832cc7c6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,8 +4,8 @@ environment: APPVEYOR_JOB_NAME: "python37-x64-ubuntu" - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 APPVEYOR_JOB_NAME: "python37-x64-vs2015" - - APPVEYOR_BUILD_WORKER_IMAGE: macos-mojave - APPVEYOR_JOB_NAME: "python37-x64-macos-mojave" + - APPVEYOR_BUILD_WORKER_IMAGE: macos + APPVEYOR_JOB_NAME: "python37-x64-macos" stack: python 3.7 diff --git a/examples/appveyor-minimal.yml b/examples/appveyor-minimal.yml index 5f3e362d9..88232d6d5 100644 --- a/examples/appveyor-minimal.yml +++ b/examples/appveyor-minimal.yml @@ -4,8 +4,8 @@ environment: APPVEYOR_JOB_NAME: "python37-x64-ubuntu" - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 APPVEYOR_JOB_NAME: "python37-x64-vs2015" - - APPVEYOR_BUILD_WORKER_IMAGE: macos-mojave - APPVEYOR_JOB_NAME: "python37-x64-macos-mojave" + - APPVEYOR_BUILD_WORKER_IMAGE: macos + APPVEYOR_JOB_NAME: "python37-x64-macos" stack: python 3.7