Skip to content

Commit 7ae09a5

Browse files
committed
ci: Remove test on macos 27.x
1 parent 65ac9db commit 7ae09a5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,16 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
1313
emacs-version:
14-
- 27.2
1514
- 28.2
1615
- 29.3
1716
experimental: [false]
1817
include:
18+
- os: ubuntu-latest
19+
emacs-version: 27.2
20+
experimental: false
21+
- os: windows-latest
22+
emacs-version: 27.2
23+
experimental: false
1924
- os: ubuntu-latest
2025
emacs-version: snapshot
2126
experimental: true

0 commit comments

Comments
 (0)