Add issue361.c.nomach to prevent testing on apple silicon (arm64). #279
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: aarch64-test | |
on: [push, workflow_dispatch] | |
jobs: | |
aarch64_job: | |
# The host should always be Linux | |
runs-on: [self-hosted, linux, ARM64] | |
name: Build on gcc117 aarch64 | |
steps: | |
- uses: actions/checkout@v1 | |
- name: make test | |
run: | | |
uname -a | |
make test |