Skip to content

Commit 60dab32

Browse files
authored
Change runners to runs_on in CI workflow
1 parent 84ad132 commit 60dab32

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,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)