Skip to content

Commit 63d2146

Browse files
authored
Change 'runners' to 'runs_on' in CI workflow
1 parent f37e133 commit 63d2146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

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

0 commit comments

Comments
 (0)