You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of issue or feature request:
We switched from automated testing on Travis CI (Linux) and Appveyor (Windows) to GitHub Actions in our sister-project in-toto-golang (see in-toto/in-toto-golang#72), mostly due to availability concerns about Appveyor and because it seems appealing to configure only one service for all platforms.
Let's consider switching here too and testing on more platforms than we currently do.
Current behavior:
Use Travis CI and Appveyor for automated testing on Linux for Windows (no tests on macOS)
Expected behavior:
Use GitHub Actions instead and also test on macOS.