From 1f30aa67fc6fec736a6c4e9765bae2eba5b3651c Mon Sep 17 00:00:00 2001 From: Marcel Taeumel Date: Mon, 20 Dec 2021 13:28:18 +0100 Subject: [PATCH] Fix typo. [ci skip] --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ad0c002e2d..1d94d8e105 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -4,7 +4,7 @@ on: push: # All branches, but appropriate paths only. paths: # This workflow spec and its support scripts - - '.github/workflows/macos.yml' + - '.github/workflows/macos-arm.yml' - 'scripts/ci/*build.sh' - 'deploy/**' # Relevant sources for this platform @@ -20,7 +20,7 @@ on: - Cog paths: # This workflow spec and its support scripts - - '.github/workflows/macos.yml' + - '.github/workflows/macos-arm.yml' - 'scripts/ci/*build.sh' - 'deploy/**' # Relevant sources for this platform