Skip to content

Commit 6c33850

Browse files
authored
ci: Exclude macos tests below 27.x
1 parent dc7f882 commit 6c33850

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
@@ -34,6 +34,9 @@ jobs:
3434
- os: windows-latest
3535
emacs-version: snapshot
3636
experimental: true
37+
exclude:
38+
- os: macos-latest
39+
emacs-version: 27.2
3740

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

0 commit comments

Comments
 (0)