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 ca6e29e commit 532997fCopy full SHA for 532997f
.github/workflows/ci.yml
@@ -28,8 +28,10 @@ jobs:
28
- '1'
29
os:
30
- ubuntu-latest
31
+ - windows-latest
32
+ - macos-latest
33
steps:
- - uses: actions/checkout@v4
34
+ - uses: actions/checkout@v5
35
- uses: julia-actions/setup-julia@v2
36
with:
37
version: ${{ matrix.version }}
@@ -46,7 +48,7 @@ jobs:
46
48
name: Documentation
47
49
runs-on: ubuntu-latest
50
51
52
53
54
version: '1'
0 commit comments