Skip to content

Commit

Permalink
Merge pull request #475 from emacs-lsp/jcs090218-patch-2
Browse files Browse the repository at this point in the history
ci: Exclude macos tests below 27.x
  • Loading branch information
jcs090218 authored May 24, 2024
2 parents 37c95ef + b37d0b0 commit d754f0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- os: windows-latest
emacs-version: snapshot
experimental: true
exclude:
- os: macos-latest
emacs-version: 27.2

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d754f0c

Please sign in to comment.