Skip to content

Commit

Permalink
ci: Use exclude rule instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed May 3, 2024
1 parent db54f20 commit 8c8acd4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,11 @@ 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 All @@ -34,6 +29,9 @@ jobs:
- os: windows-latest
emacs-version: snapshot
experimental: true
exclude:
- os: macos-latest
emacs_version: 27.2

steps:
- uses: jcs090218/setup-emacs@master
Expand Down

0 comments on commit 8c8acd4

Please sign in to comment.