Skip to content

Commit 137d836

Browse files
authored
Merge pull request #668 from control-toolbox/ocots-patch-1
Update CI.yml
2 parents 268b75c + 403ba46 commit 137d836

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
1-
# [.github/workflows/CI.yml]
21
name: CI
2+
33
on:
44
push:
55
branches:
66
- main
77
tags: '*'
88
pull_request:
9+
910
jobs:
1011
call:
11-
strategy:
12-
matrix:
13-
version:
14-
- '1.10'
15-
- '1.11'
16-
- '1.12'
17-
os:
18-
- ubuntu-latest
19-
- windows-latest
20-
arch:
21-
- x64
2212
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
2313
with:
24-
version: ${{ matrix.version }}
25-
os: ${{ matrix.os }}
26-
arch: ${{ matrix.arch }}
14+
runners: '["ubuntu-latest", "windows-latest"]'

0 commit comments

Comments
 (0)