Skip to content

Commit

Permalink
ci: remove windows
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jul 23, 2024
1 parent 35d24aa commit f7fd12f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
emacs-version: [27.2, 28.2, 29.4]
experimental: [false]
include:
Expand All @@ -26,15 +26,6 @@ jobs:
- os: ubuntu-latest
emacs-version: snapshot
experimental: true
- os: windows-latest
emacs-version: 25.3
experimental: true
- os: windows-latest
emacs-version: 26.3
experimental: true
- os: windows-latest
emacs-version: snapshot
experimental: true

steps:
- name: setenv
Expand Down

0 comments on commit f7fd12f

Please sign in to comment.