Skip to content

Commit 2ef4863

Browse files
authored
ci: Exclude macos tests below 27.x
1 parent b42b288 commit 2ef4863

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- os: windows-latest
3636
emacs-version: snapshot
3737
experimental: true
38+
exclude:
39+
- os: macos-latest
40+
emacs-version: 27.2
3841

3942
steps:
4043
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)