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
condy0919 committed Jun 5, 2024
1 parent cde1e7b commit 7452430
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
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: jcs090218/setup-emacs@master
with:
Expand Down

0 comments on commit 7452430

Please sign in to comment.