From 19ed6f1e57175b8b4af47f42ef215f88e6557a11 Mon Sep 17 00:00:00 2001 From: "Vladimir N. Makarov" Date: Thu, 1 Feb 2024 11:57:43 -0500 Subject: [PATCH] Add issue361.c.nomach to prevent testing on apple silicon (arm64). Add apple-aarch64.yml to test apple silicon. --- .github/workflows/apple-aarch64.yml | 15 +++++++++++++++ c-tests/new/issue361.c.nomach | 1 + 2 files changed, 16 insertions(+) create mode 100644 .github/workflows/apple-aarch64.yml create mode 100644 c-tests/new/issue361.c.nomach diff --git a/.github/workflows/apple-aarch64.yml b/.github/workflows/apple-aarch64.yml new file mode 100644 index 0000000000..cb9c67c06a --- /dev/null +++ b/.github/workflows/apple-aarch64.yml @@ -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 diff --git a/c-tests/new/issue361.c.nomach b/c-tests/new/issue361.c.nomach new file mode 100644 index 0000000000..d400067581 --- /dev/null +++ b/c-tests/new/issue361.c.nomach @@ -0,0 +1 @@ +arm64