Skip to content

Commit 4ee4866

Browse files
authored
Change 'runners' to 'runs_on' in CI workflow
1 parent 7c8abee commit 4ee4866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
call:
1212
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
1313
with:
14-
runners: '["ubuntu-latest", "windows-latest"]'
14+
runs_on: '["ubuntu-latest", "windows-latest"]'

0 commit comments

Comments
 (0)