From 5be2327797ee378d9e57346da42f99dde384f7b5 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 5 Nov 2024 22:09:57 +0100 Subject: [PATCH] chore: Lift restriction for macos CI image After updating to nix-quick-install-action v29 this should be possible to do now. --- .github/renovate.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 5d00998d5..c8fbc197d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,10 +16,6 @@ { "matchPackageNames": ["docutils"], "allowedVersions": "<0.21.0" - }, - { - "matchPackageNames": ["macos"], - "allowedVersions": "<13" } ] }