haven-protocol-org / haven-web-app

https://havenprotocol.org/
30 stars 17 forks source link

Force Mac builds to run on macos-13 (x86) #65

Closed borgvin closed 4 months ago

borgvin commented 4 months ago

GitHub recently changed macos-latest to point to macos-14 (M1) runners, causing builds to fail due to the unavailability of Node 14 on arm64.

Eventually, dependencies will need to be updated to allow a more recent version of Node. For now, specifying macos-13 and updating the make script accordingly will do.

Note that this will change the build output filenames.