Skip to content

Commit

Permalink
ci: Remove test on macos 27.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed May 2, 2024
1 parent 65ac9db commit 7ae09a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 27.2
- 28.2
- 29.3
experimental: [false]
include:
- os: ubuntu-latest
emacs-version: 27.2
experimental: false
- os: windows-latest
emacs-version: 27.2
experimental: false
- os: ubuntu-latest
emacs-version: snapshot
experimental: true
Expand Down

0 comments on commit 7ae09a5

Please sign in to comment.