Skip to content

Commit 4bc08f6

Browse files
authored
ci: Exclude macos tests below 27.x
See purcell/setup-emacs#48.
1 parent 0f521ac commit 4bc08f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
- os: windows-latest
3636
emacs-version: snapshot
3737
experimental: true
38+
exclude:
39+
- os: macos-latest
40+
emacs-version: "26.3"
41+
- os: macos-latest
42+
emacs-version: "27.2"
3843
steps:
3944
- uses: actions/setup-python@v5
4045
with:

0 commit comments

Comments
 (0)