Skip to content

Commit a780ad2

Browse files
authored
remove moonbit from CI language matrix (bytecodealliance#1068)
1 parent 98b26cf commit a780ad2

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
@@ -58,7 +58,8 @@ jobs:
5858
fail-fast: false
5959
matrix:
6060
os: [ubuntu-latest, macos-latest, windows-latest]
61-
lang: [c, rust, teavm-java, go, csharp, moonbit]
61+
# moonbit removed from language matrix for now - causing CI failures
62+
lang: [c, rust, teavm-java, go, csharp]
6263
runs-on: ${{ matrix.os }}
6364
steps:
6465
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)