Skip to content

Commit

Permalink
Merge pull request #84 from jcs-PR/ci/macos
Browse files Browse the repository at this point in the history
ci: Exclude macos tests below 28.x
  • Loading branch information
rainstormstudio authored May 24, 2024
2 parents 3dac80b + 4e54405 commit 4322290
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ 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: actions/checkout@v4
Expand Down

0 comments on commit 4322290

Please sign in to comment.