fermyon / cloud-plugin

A Spin plugin for the Spin CLI for managing Spin apps in Fermyon Cloud.
https://developer.fermyon.com/cloud/
Apache License 2.0
8 stars 13 forks source link

ci(.github): pin macos runner versions; restore amd64 builds via macos-13 #205

Closed vdice closed 2 months ago

vdice commented 2 months ago

The 0.9.0 mac amd64 binary was actually built on the aarch64 arch since it used the mutable macos-latest runner name, which has since migrated to apple silicon.

Tested on fork: https://github.com/vdice/cloud-plugin/actions/runs/9650833532; amd64 binary now as expected (Mach-O 64-bit executable x86_64).

Will cut an 0.9.1 release of the plugin once this is in.