Closed paulgb closed 2 months ago
As surfaced in #270, our y-sweet-macos-x64 build is actually an arm64 build.
y-sweet-macos-x64
arm64
I traced this down to our build script -- we successfully install the toolchain and set it as default, but that does not set the target type.
In the process I also noticed that our aarch64 MacOS build is a debug build, so I fixed that.
Also updates (deprecated) actions/upload-artifact@v2 to actions/upload-artifact@v4
actions/upload-artifact@v2
actions/upload-artifact@v4
The latest updates on your projects. Learn more about Vercel for Git ↗︎
As surfaced in #270, our
y-sweet-macos-x64
build is actually anarm64
build.I traced this down to our build script -- we successfully install the toolchain and set it as default, but that does not set the target type.
In the process I also noticed that our aarch64 MacOS build is a debug build, so I fixed that.
Also updates (deprecated)
actions/upload-artifact@v2
toactions/upload-artifact@v4