Skip to content

Commit

Permalink
ci: Exclude tests on macos below 28.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed May 30, 2024
1 parent 4eec8d2 commit 4c9e990
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
- os: macos-latest
emacs-version: snapshot
experimental: true
exclude:
- os: macos-latest
emacs-version: 26.3
- os: macos-latest
emacs-version: 27.2

steps:
- uses: jcs090218/setup-emacs@master
with:
Expand Down

0 comments on commit 4c9e990

Please sign in to comment.