From 72de037c8560c8771090bdee6dfc0719e8ecc8b7 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Tue, 7 Jun 2022 06:29:28 +0100 Subject: [PATCH] ci(kitchen.macos.yml): fix `macOS` name (align to current branding) https://en.wikipedia.org/wiki/MacOS > Apple shortened the name to "OS X" in 2012 and then changed it to > "macOS" in 2016 to align with the branding of Apple's other operating > systems, iOS, watchOS, and tvOS. --- .github/workflows/kitchen.macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kitchen.macos.yml b/.github/workflows/kitchen.macos.yml index 6ec70d6..d718976 100644 --- a/.github/workflows/kitchen.macos.yml +++ b/.github/workflows/kitchen.macos.yml @@ -1,6 +1,6 @@ # yamllint disable rule:line-length --- -name: 'Kitchen (MacOS)' +name: 'Kitchen (macOS)' 'on': ['push', 'pull_request'] env: