Skip to content

Commit ace6600

Browse files
committed
fix weird behavior
1 parent 8025736 commit ace6600

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ jobs:
77
test-matrix:
88
strategy:
99
matrix:
10-
operating-system: [ubuntu-18.04, windows-2019, windows-2019, macos-10.15]
1110
include:
11+
- operating-system: ubuntu-18.04
1212
- operating-system: windows-2019
1313
arch: 386
1414
- operating-system: windows-2019
1515
arch: amd64
16+
- operating-system: macos-10.15
1617

1718
runs-on: ${{ matrix.operating-system }}
1819

0 commit comments

Comments
 (0)