zkemail / zk-regex

A library to do regex verification in circom, adapted from the original zk-email. It additionally generates lookup tables for halo2-regex.
GNU General Public License v3.0
76 stars 27 forks source link

Fix main test runners #41

Closed Divide-By-0 closed 7 months ago

Divide-By-0 commented 9 months ago

In main, can we fix this:

[build (linux/amd64)](https://github.com/zkemail/zk-regex/actions/runs/7252437710/job/19756902388#logs)
Started 23h 46m 46s ago
Requested labels: linux/amd64
Job defined at: zkemail/zk-regex/.github/workflows/publish.yaml@refs/heads/main
Waiting for a runner to pick up this job...

I think we should use runs-on instead for those machine-specific build tests.