Skip to content

Commit 6d3a960

Browse files
rationalize CI
1 parent 9b21e2c commit 6d3a960

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,15 @@ jobs:
2222
- 'nightly'
2323
os:
2424
- ubuntu-latest
25-
- macOS-latest
26-
- windows-latest
2725
arch:
2826
- x64
27+
include:
28+
- os: windows-latest
29+
version: '1'
30+
arch: x64
31+
- os: macOS-latest
32+
version: '1'
33+
arch: x64
2934
steps:
3035
- uses: actions/checkout@v2
3136
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)