Fix bw6 test in CI

This commit is contained in:
Jeremy Felder
2023-12-12 21:33:23 +02:00
parent 6d992a9909
commit 73e39c60f6

View File

@@ -58,7 +58,7 @@ jobs:
needs: check-changed-files
strategy:
matrix:
curve: [bn254, bls12_381, bls12_377, bw6_671]
curve: [bn254, bls12_381, bls12_377, bw6_761]
steps:
- name: Checkout Repo
uses: actions/checkout@v3