chore: Lift restriction for macos CI image

After updating to nix-quick-install-action v29 this should be possible
to do now.
This commit is contained in:
Wolfgang Walther
2024-11-05 22:09:57 +01:00
parent 5f7a2cda15
commit 5be2327797
-4
View File
@@ -16,10 +16,6 @@
{
"matchPackageNames": ["docutils"],
"allowedVersions": "<0.21.0"
},
{
"matchPackageNames": ["macos"],
"allowedVersions": "<13"
}
]
}