ethereum / hevm

symbolic EVM evaluator
https://hevm.dev
GNU Affero General Public License v3.0
223 stars 45 forks source link

ci: correct build matrix OSes #486

Closed elopez closed 3 months ago

elopez commented 4 months ago

Description

GitHub only has x86 Ubuntu runners. For macOS, out of the runners available for public repositories, macos-14 is ARM while macos-13 is Intel.

Checklist

msooseth commented 3 months ago

Wow, thank you so much!! I have been trying to figure this out for so long. I actually spent a whole day trying to make arm/intel work for build. I... don't even know how to express how stupid I was. I didn't realize it's just 13 vs 14. Wow. Thank you so much!!