Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run regression tests on Apple Silicon runners, only on changes to `ma…
…in` (model-checking#2845) Adds a new workflow "Kani CI M1" that runs the regression suite on Apple M1 runners (`macos-13-xlarge`), but only on pushes to `main`. ### Callouts * Hasn't been tested since I don't have access to the `macos-13-xlarge` runners in my fork. * Added a new workflow to avoid making the "Kani CI" workflow more complex. In particular, I first considered adding conditions to the steps, but that would result in M1 runners being invoked only to skip the job on PRs. Second, I tried adding a condition for the job itself, but it's not possible to refer to `${{ os.matrix }}` at that stage. * Similarly, I don't remove the `-xlarge` substring used for M1 runners.
- Loading branch information