Skip to content

Commit

Permalink
remove moonbit from CI language matrix (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
pchickey authored Oct 18, 2024
1 parent 98b26cf commit a780ad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
lang: [c, rust, teavm-java, go, csharp, moonbit]
# moonbit removed from language matrix for now - causing CI failures
lang: [c, rust, teavm-java, go, csharp]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a780ad2

Please sign in to comment.