Skip to content

Commit 8648238

Browse files
authored
ci: Exclude macos tests below 27.x
1 parent 9c91aad commit 8648238

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- os: windows-latest
3232
emacs-version: snapshot
3333
experimental: true
34+
exclude:
35+
- os: macos-latest
36+
emacs-version: 27.2
3437

3538
steps:
3639
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)