Skip to content

Commit 1653a8d

Browse files
committed
update ci
1 parent d92048b commit 1653a8d

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,7 @@ on:
66
- main
77
tags: '*'
88
pull_request:
9-
9+
1010
jobs:
1111
call:
12-
strategy:
13-
matrix:
14-
version:
15-
- '1.10'
16-
- '1.11'
17-
os:
18-
- ubuntu-latest
19-
arch:
20-
- x64
21-
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
22-
with:
23-
version: ${{ matrix.version }}
24-
os: ${{ matrix.os }}
25-
arch: ${{ matrix.arch }}
12+
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main

0 commit comments

Comments
 (0)