We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa2a2c commit 6e89ad2Copy full SHA for 6e89ad2
.github/workflows/test.yml
@@ -21,9 +21,17 @@ jobs:
21
22
strategy:
23
matrix:
24
- os: [macos-latest, ubuntu-latest, windows-latest]
25
- 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']
26
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
33
+ emacs_version: '28.2'
34
35
36
steps:
37
- name: Set up Emacs
0 commit comments