mir-bin-run.c: Remove one arg in MIR_gen_init and MIR_gen calls. #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: apple-aarch64-test | |
on: [push, workflow_dispatch] | |
jobs: | |
test: | |
strategy: | |
fail-fast: false | |
runs-on: macos-14 | |
steps: | |
- uses: actions/checkout@v1 | |
- name: make test | |
run: | | |
uname -a | |
make test |