Skip to content

Commit

Permalink
GH CI: add separate flow for MacOS aarch64 (#3669)
Browse files Browse the repository at this point in the history
Co-authored-by: ikappaki <ikappaki@users.noreply.github.com>
  • Loading branch information
ikappaki and ikappaki authored May 17, 2024
1 parent caa2a2c commit 6e89ad2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e89ad2

Please sign in to comment.