Skip to content

Commit d754f0c

Browse files
authoredMay 24, 2024··
Merge pull request #475 from emacs-lsp/jcs090218-patch-2
ci: Exclude macos tests below 27.x
2 parents 37c95ef + b37d0b0 commit d754f0c

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
@@ -31,6 +31,9 @@ jobs:
3131
- os: windows-latest
3232
emacs-version: snapshot
3333
experimental: true
34+
exclude:
35+
- os: macos-latest
36+
emacs-version: 27.2
3437

3538
steps:
3639
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
Please sign in to comment.