Skip to content

Commit

Permalink
ci: Exclude macos tests below 27.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored May 8, 2024
1 parent b891a50 commit cc6df06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version: [26.3, 27.2, 28.2, 29.3]
emacs-version: [27.2, 28.2, 29.3]
experimental: [false]
include:
- os: ubuntu-latest
Expand All @@ -26,6 +26,9 @@ jobs:
- os: windows-latest
emacs-version: snapshot
experimental: true
exclude:
- os: macos-latest
emacs-version: 27.2

steps:
- name: setenv
Expand Down

0 comments on commit cc6df06

Please sign in to comment.