Skip to content

Commit

Permalink
ci: Exclude macos tests below 27.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored May 8, 2024
1 parent d1898ed commit 8a296a1
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 @@ -19,6 +19,7 @@ jobs:
- 26.3
- 27.2
- 28.2
- 29.3
experimental: [false]
include:
- os: ubuntu-latest
Expand All @@ -30,6 +31,11 @@ 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/checkout@v4
Expand Down

0 comments on commit 8a296a1

Please sign in to comment.