Skip to content

Commit a9b76eb

Browse files
authored
ci: Exclude macos tests below 27.x
1 parent d2e7280 commit a9b76eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- os: windows-latest
3434
emacs-version: snapshot
3535
experimental: true
36+
exclude:
37+
- os: macos-latest
38+
emacs-version: 27.2
3639

3740
steps:
3841
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)