Skip to content

Commit 24ddfe2

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [windows-latest, ubuntu-latest, macOS-latest]
18+
os: [windows-latest, ubuntu-latest]
1919
dotnet: [6.0.x]
2020
runs-on: ${{ matrix.os }}
2121

0 commit comments

Comments
 (0)