Skip to content

Commit 86f43f5

Browse files
committed
changed runner parameter to optional
1 parent 78310a9 commit 86f43f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macos-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
required: true
1616
runner:
1717
description: 'Github actions runner'
18-
required: true
18+
required: false
1919
default: 'macos-latest'
2020
path:
2121
description: 'Directory where to run command'

0 commit comments

Comments
 (0)