Skip to content

Commit c030893

Browse files
authored
Update CI.yml
1 parent 3d10ce8 commit c030893

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,12 @@
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-
arch:
20-
- x64
2112
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
22-
with:
23-
version: ${{ matrix.version }}
24-
os: ${{ matrix.os }}
25-
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)