We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859a7ea commit ecb620eCopy full SHA for ecb620e
.github/workflows/main.yml
@@ -59,7 +59,8 @@ jobs:
59
matrix:
60
os: [ubuntu-latest, macos-latest, windows-latest]
61
# moonbit removed from language matrix for now - causing CI failures
62
- lang: [c, rust, csharp, cpp]
+ # csharp removed from language matrix for now - causing CI failures
63
+ lang: [c, rust, cpp]
64
exclude:
65
# For now csharp doesn't work on macos, so exclude it from testing.
66
- os: macos-latest
0 commit comments