Skip to content

Commit

Permalink
Add issue361.c.nomach to prevent testing on apple silicon (arm64).
Browse files Browse the repository at this point in the history
Add apple-aarch64.yml to test apple silicon.
  • Loading branch information
vnmakarov committed Feb 1, 2024
1 parent 8e9dbed commit 19ed6f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/apple-aarch64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Apple silicon

on: [push, workflow_dispatch]

jobs:
test:

strategy:
fail-fast: false
runs-on: [macos-14]

steps:
- uses: actions/checkout@v1
- name: make test
run: make test
1 change: 1 addition & 0 deletions c-tests/new/issue361.c.nomach
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
arm64

0 comments on commit 19ed6f1

Please sign in to comment.