Open khaeru opened 5 months ago
For additional information, here is a workflow https://github.com/khaeru/genno/actions/runs/9559286674 in which this action is used with both macos-latest
and macos-13
runners.
The jobs on macos-latest
succeed; the ones on macos-13
fail. So I believe I am only seeing failures in the latter case and have updated the issue title.
Pending any fix, could a maintainer please let us know:
macos-13
?@khaeru Thank you for bringing this issue to our attention.
Currently, the setup-graphviz action is tested on the following environments: ubuntu-latest, windows-latest, and macos-latest. Unfortunately, macos-13 is not supported at this time, which is likely causing the issues you are encountering. We recommend using the supported environments for optimal results.
For further details on the tested environments and workflow configurations, please refer to our workflow.yaml.
Describe the bug
I see the following when using the action in a workflow that
runs on: macos-13
.To Reproduce
I have not made an effort to reproduce this outside of the repo in which it is encountered, e.g. in a new/blank repo.
Expected behavior
Graphviz is installed.
Additional context
macos-skip-brew-update: true
input.macos-13
(x86_64 architecture), notmacos-latest
(arm64).