Skip to content

Commit 5dbbabd

Browse files
authored
ci: Exclude macos tests below 28.x
1 parent ea44313 commit 5dbbabd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
- os: windows-latest
3535
emacs-version: snapshot
3636
experimental: true
37+
exclude:
38+
- os: macos-latest
39+
emacs-version: "26.3"
40+
- os: macos-latest
41+
emacs-version: "27.2"
42+
3743
steps:
3844
- uses: actions/setup-python@v2
3945
with:

0 commit comments

Comments
 (0)