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
This PR renames and refactors the project's GitHub Actions CI workflow.
The updated workflow will now run on:
- pushes to `main`,
- pull requests against `main`, and
- by manual invocation via GitHub's UI
Notable changes to the workflow include:
- refactors existing Ubuntu test job
- adds a new macOS test job
- specifies oldest and newest Elixir and Erlang combo in the matrix
- use latest [actions/checkout](https://github.com/actions/checkout)
- sets job name to use matrix values for clarity
The macOS job takes a necessarily different tact for installing Erlang
and Elixir owing to the underlying `erlef/setup-beam` workflow not (yet)
supporting macOS (see erlef/setup-beam#54).
0 commit comments