Skip to content

Commit 976f8d3

Browse files
authored
Update CI.yml
1 parent c3946d2 commit 976f8d3

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,18 @@ on:
88
pull_request:
99
jobs:
1010
test:
11-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
12-
runs-on: ${{ matrix.os }}
1311
strategy:
1412
matrix:
1513
version:
1614
- '1.10'
1715
- '1.11'
1816
os:
1917
- ubuntu-latest
18+
- windows-latest
2019
arch:
2120
- x64
22-
steps:
23-
- uses: actions/checkout@v4
24-
- uses: julia-actions/setup-julia@latest
25-
with:
26-
version: ${{ matrix.version }}
27-
arch: ${{ matrix.arch }}
28-
- uses: julia-actions/julia-runtest@latest
21+
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)