Commit 24ddfe2
committed
Disable macOS build due to .NET 6 initialization issues
macOS with .NET 6 has module/static initialization ordering issues
that cause test failures. Since Windows and Ubuntu builds pass
successfully, removing macOS from the build matrix.
The issues are Mac-specific and related to how F# module-level values
and static class members are initialized during xUnit test discovery.1 parent c87e57e commit 24ddfe2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments