Skip to content

Commit bb2b7e0

Browse files
authored
ci: Exclude macos tests below 27.x
1 parent e765d90 commit bb2b7e0

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
@@ -24,6 +24,9 @@ jobs:
2424
- os: windows-latest
2525
emacs-version: snapshot
2626
experimental: true
27+
exclude:
28+
- os: macos-latest
29+
emacs-version: 27.2
2730

2831
steps:
2932
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)