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.
2 parents d90a505 + 52d0c4f commit d9afcbeCopy full SHA for d9afcbe
.github/workflows/ci.yml
@@ -28,8 +28,15 @@ jobs:
28
- '1'
29
os:
30
- ubuntu-latest
31
+ - windows-latest
32
+ include:
33
+ - os: macOS-latest
34
+ version: 'lts'
35
36
+ version: '1'
37
+
38
steps:
- - uses: actions/checkout@v4
39
+ - uses: actions/checkout@v5
40
- uses: julia-actions/setup-julia@v2
41
with:
42
version: ${{ matrix.version }}
@@ -46,7 +53,7 @@ jobs:
46
53
name: Documentation
47
54
runs-on: ubuntu-latest
48
55
49
56
50
57
51
58
52
59
version: '1'
0 commit comments