-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
When setting runs-on
to macos-14
the build fails with the following error message:
I am not exactly sure what causes this issue but I suspect the INSTALLER_SUFFIX
to be the culprit. As shown in the screenshot the specified suffix evaluates to macOS.pkg
not the exact value of arm64-macOS.pkg
as specified here. Note that when setting runs-on
to ubuntu-latest
the INSTALLER_SUFFIX
evaluates to 1-amd64.deb
.
A fix would be greatly appreciated.
Metadata
Metadata
Assignees
Labels
No labels