Skip to content

Commit 43a4d08

Browse files
authored
Specify runners and versions in CI workflow
1 parent c64303e commit 43a4d08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ on:
1010
jobs:
1111
call:
1212
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
13+
with:
14+
runners: '["ubuntu-latest"]'
15+
versions: '["1.12"]'

0 commit comments

Comments
 (0)