branch: elpa/cider
commit 6e89ad21be214ce7251769ac371d0db4ae3a29d2
Author: ikappaki <34983288+ikapp...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    GH CI: add separate flow for MacOS aarch64 (#3669)
    
    Co-authored-by: ikappaki <ikapp...@users.noreply.github.com>
---
 .github/workflows/test.yml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9c9f177d1a..23c7aea3ee 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -21,9 +21,17 @@ jobs:
 
     strategy:
       matrix:
-        os: [macos-latest, ubuntu-latest, windows-latest]
-        emacs_version: ['26.3', '27.2', '28.2', '29.1']
+        os: [macos-13, ubuntu-latest, windows-latest]
+        emacs_version: ['26.3', '27.2', '28.2', '29.3']
         java_version: ['11', '17']
+        include:
+          # aarch64 (macos-13 is Intel)
+          - os: macos-latest
+            emacs_version: '29.3'
+            java_version: '11'
+          - os: macos-latest
+            emacs_version: '28.2'
+            java_version: '11'
 
     steps:
     - name: Set up Emacs

Reply via email to