Skip to content

Commit d7d7b7b

Browse files
Update ci.yml
1 parent 72bb8e1 commit d7d7b7b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
- Core
1616
version:
1717
- '1'
18+
os:
19+
- ubuntu-latest
20+
- macos-latest
21+
- windows-latest
1822
steps:
1923
- uses: actions/checkout@v5
2024
- uses: julia-actions/setup-julia@v1
@@ -37,4 +41,4 @@ jobs:
3741
- uses: julia-actions/julia-processcoverage@v1
3842
- uses: codecov/codecov-action@v5
3943
with:
40-
file: lcov.info
44+
file: lcov.info

0 commit comments

Comments
 (0)