From 8dc7cc096b6806112a884a8761e8b04d79a2cd03 Mon Sep 17 00:00:00 2001 From: Matt Clarkson Date: Fri, 10 Jan 2025 14:11:49 +0000 Subject: [PATCH] feat(ruleset): add `macos` to default list of operating systems We now have a MacOS test runner to validate our rulesets. --- templates/ruleset/os.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/ruleset/os.yml b/templates/ruleset/os.yml index c229913..b8b4d0e 100644 --- a/templates/ruleset/os.yml +++ b/templates/ruleset/os.yml @@ -26,6 +26,7 @@ spec: default: - linux - windows + - macos description: "The operating systems to test on." --- include: -- GitLab