Skip to content

Commit

Permalink
Removed mcl windows-latest workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksasj committed Jan 25, 2025
1 parent b9a1062 commit c582a16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/backend-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
support_ckzg: true
- backend: mcl
support_ckzg: true

exclude:
- os: windows-latest
backend: mcl

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
- backend: mcl
support_wasm: true
support_ckzg: true
exclude:
- os: windows-latest
backend: mcl

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c582a16

Please sign in to comment.