Skip to content

Commit

Permalink
ci: Exclude macos tests below 28.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Oct 30, 2024
1 parent ea44313 commit 5dbbabd
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 @@ -34,6 +34,12 @@ jobs:
- os: windows-latest
emacs-version: snapshot
experimental: true
exclude:
- os: macos-latest
emacs-version: "26.3"
- os: macos-latest
emacs-version: "27.2"

steps:
- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 5dbbabd

Please sign in to comment.