Skip to content

Commit 6ddfc7d

Browse files
committed
exclude macOS dmd tests
broken due to mir-ion linking issues https://issues.dlang.org/show_bug.cgi?id=19044 Use LDC instead, it also supports the M1 macs.
1 parent bd04957 commit 6ddfc7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unittest.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
exclude:
1717
- os: windows-latest
1818
dc: dmd-latest
19+
- os: macos-latest
20+
dc: dmd-latest
1921
runs-on: ${{ matrix.os }}
2022
steps:
2123
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)