From 07222cff7b1fe92d520998857bb03bd2a32678cd Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 10 May 2024 08:19:29 +0200 Subject: [PATCH] chore: Restrict macos to v12 --- .github/renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index c8fbc197d..5d00998d5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,6 +16,10 @@ { "matchPackageNames": ["docutils"], "allowedVersions": "<0.21.0" + }, + { + "matchPackageNames": ["macos"], + "allowedVersions": "<13" } ] }