Skip to content

Commit 72cf164

Browse files
committed
Update CI testing matrix in UnitTest.yml
Put julia-version on top so that it matches the outer matrix, and so the reported job name is in the same format for all of them Signed-off-by: abhro <5664668+abhro@users.noreply.github.com>
1 parent ec14e48 commit 72cf164

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/UnitTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
julia-arch: [x64]
3030
# only test one 32-bit job
3131
include:
32-
- os: ubuntu-latest
33-
julia-version: '1'
32+
- julia-version: '1'
33+
os: ubuntu-latest
3434
julia-arch: x86
3535

3636
steps:

0 commit comments

Comments
 (0)