Skip to content

Commit ab6aae8

Browse files
authored
ci: Exclude macos tests below 27.x
1 parent 2737f1c commit ab6aae8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
- os: windows-latest
3535
emacs-version: snapshot
3636
experimental: true
37+
exclude:
38+
- os: macos-latest
39+
emacs-version: 26.3
40+
- os: macos-latest
41+
emacs-version: 27.2
3742

3843
steps:
3944
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)