We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3946d2 commit 976f8d3Copy full SHA for 976f8d3
1 file changed
.github/workflows/CI.yml
@@ -8,21 +8,18 @@ on:
8
pull_request:
9
jobs:
10
test:
11
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
12
- runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
version:
16
- '1.10'
17
- '1.11'
18
os:
19
- ubuntu-latest
+ - windows-latest
20
arch:
21
- 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
+ uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
+ with:
+ version: ${{ matrix.version }}
+ os: ${{ matrix.os }}
+ arch: ${{ matrix.arch }}
0 commit comments