Skip to content

Commit

Permalink
GH CI: add separate flow for MacOs aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
ikappaki committed May 17, 2024
1 parent caa2a2c commit 78b303d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,16 @@ 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'
- os: macos-latest
emacs_version: '28.2'


steps:
- name: Set up Emacs
Expand Down

0 comments on commit 78b303d

Please sign in to comment.