Skip to content

Commit 0217bad

Browse files
committed
Adding Mac ARM github hosted runner.
1 parent 5afc2c9 commit 0217bad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scheduled_or_manual.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
sudo apt-get update
6262
sudo apt-get install enchant-2
6363
elif [ "$RUNNER_OS" == "macOS" ]; then
64+
echo "runner is ${{ matrix.os }}"
6465
brew update-reset
6566
brew install enchant
6667
fi

0 commit comments

Comments
 (0)