Skip to content

Commit ecb620e

Browse files
authored
Disable C# in CI testing for now (#1362)
It's causing failures on CI, so temporarily remove it while those are sorted out.
1 parent 859a7ea commit ecb620e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
matrix:
6060
os: [ubuntu-latest, macos-latest, windows-latest]
6161
# moonbit removed from language matrix for now - causing CI failures
62-
lang: [c, rust, csharp, cpp]
62+
# csharp removed from language matrix for now - causing CI failures
63+
lang: [c, rust, cpp]
6364
exclude:
6465
# For now csharp doesn't work on macos, so exclude it from testing.
6566
- os: macos-latest

0 commit comments

Comments
 (0)