Skip to content

Commit 33745b3

Browse files
committed
fix CI configuration
1 parent e3d3d2c commit 33745b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/UnitTest.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ jobs:
2626
- x64
2727
include:
2828
- os: windows-latest
29-
julia-version: '1'
29+
version: '1'
30+
arch: x64
3031
- os: macOS-latest
31-
julia-version: '1'
32+
version: '1'
33+
arch: x64
3234
steps:
3335
- uses: actions/checkout@v2
3436
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)