We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9c6354 + 416e250 commit 15a168eCopy full SHA for 15a168e
1 file changed
.github/workflows/UnitTest.yml
@@ -17,16 +17,13 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- julia-version: ['1.0', '1', 'nightly']
21
- os: [ubuntu-latest]
+ julia-version: ['1.6', '1']
+ os: [ubuntu-latest, windows-latest]
22
arch: [x64]
23
include:
24
- - os: windows-latest
25
- julia-version: '1'
26
- arch: x64
27
- os: macOS-latest
28
julia-version: '1'
29
+ arch: aarch64
30
- os: ubuntu-latest
31
32
arch: x86
0 commit comments