Skip to content

Commit 70ec6fb

Browse files
authored
ci: Exclude macos tests below 27.x
1 parent 095e6ca commit 70ec6fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
- os: windows-latest
3333
emacs-version: snapshot
3434
experimental: true
35+
exclude:
36+
- os: macos-latest
37+
emacs-version: 26.3
38+
- os: macos-latest
39+
emacs-version: 27.2
3540

3641
steps:
3742
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)