Skip to content

Commit

Permalink
chore: Restrict macos to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed May 10, 2024
1 parent 575dd4c commit 07222cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
{
"matchPackageNames": ["docutils"],
"allowedVersions": "<0.21.0"
},
{
"matchPackageNames": ["macos"],
"allowedVersions": "<13"
}
]
}

0 comments on commit 07222cf

Please sign in to comment.