Skip to content

Commit 838e9ed

Browse files
committed
Fix macos runner
1 parent 42e7c85 commit 838e9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
sudo apt-get install -y openssl
3232
elif [ "$RUNNER_OS" == "Windows" ]; then
3333
choco install openssl
34-
elif [ "$RUNNER_OS" == "macOS " ]; then
34+
elif [ "$RUNNER_OS" == "macOS" ]; then
3535
brew install openssl
3636
else
3737
echo "$RUNNER_OS not supported"

0 commit comments

Comments
 (0)