Skip to content

Commit 6e89ad2

Browse files
authored
GH CI: add separate flow for MacOS aarch64 (#3669)
Co-authored-by: ikappaki <[email protected]>
1 parent caa2a2c commit 6e89ad2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,17 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
os: [macos-latest, ubuntu-latest, windows-latest]
25-
emacs_version: ['26.3', '27.2', '28.2', '29.1']
24+
os: [macos-13, ubuntu-latest, windows-latest]
25+
emacs_version: ['26.3', '27.2', '28.2', '29.3']
2626
java_version: ['11', '17']
27+
include:
28+
# aarch64 (macos-13 is Intel)
29+
- os: macos-latest
30+
emacs_version: '29.3'
31+
java_version: '11'
32+
- os: macos-latest
33+
emacs_version: '28.2'
34+
java_version: '11'
2735

2836
steps:
2937
- name: Set up Emacs

0 commit comments

Comments
 (0)