Skip to content

Commit

Permalink
Updated list of kzg backend in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sauliusgrigaitis committed Feb 19, 2025
1 parent d7a782c commit bc5435d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: ubuntu-latest
backend: arkworks,blst,constantine,mcl,zkcrypto
backend: arkworks,blst,constantine,mcl
- os: windows-latest
backend: arkworks,blst,constantine,mcl,zkcrypto
backend: arkworks,constantine,zkcrypto
- os: macos-latest
backend: arkworks,blst,constantine,mcl,zkcrypto
backend: arkworks,blst,mcl,zkcrypto

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit bc5435d

Please sign in to comment.