Skip to content

Commit 5aad902

Browse files
authored
Merge pull request #196 from control-toolbox/ocots-patch-1
Refactor CI workflow for test jobs
2 parents cf36215 + 0841121 commit 5aad902

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,12 @@ jobs:
1111
# Job for the GitHub hosted runners (ubuntu, windows, macos)
1212
test-github:
1313
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
14-
with:
15-
versions: '["1.10", "1.11", "1.12"]'
16-
runs_on: '["ubuntu-latest", "windows-latest"]'
17-
archs: '["x64"]'
18-
runner_type: 'github'
1914

2015
# Job for the self-hosted runner moonshot (GPU/CUDA)
2116
test-moonshot:
2217
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
2318
with:
2419
versions: '["1"]'
25-
runs_on: '[["self-hosted", "Linux", "gpu", "cuda", "cuda12"]]'
20+
runs_on: '["moonshot"]'
2621
archs: '["x64"]'
2722
runner_type: 'self-hosted'

0 commit comments

Comments
 (0)