We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 268b75c + 403ba46 commit 137d836Copy full SHA for 137d836
1 file changed
.github/workflows/CI.yml
@@ -1,26 +1,14 @@
1
-# [.github/workflows/CI.yml]
2
name: CI
+
3
on:
4
push:
5
branches:
6
- main
7
tags: '*'
8
pull_request:
9
10
jobs:
11
call:
- 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
22
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
23
with:
24
- version: ${{ matrix.version }}
25
- os: ${{ matrix.os }}
26
- arch: ${{ matrix.arch }}
+ runners: '["ubuntu-latest", "windows-latest"]'
0 commit comments