Skip to content

Commit

Permalink
Use Emacs 29.3 instead of 29.1 for CI on Windows, in hope that weird …
Browse files Browse the repository at this point in the history
…charset(?)-related problems would be gone.
  • Loading branch information
doublep committed Apr 18, 2024
1 parent 31afcec commit 3887417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
# more likely) Emacs has some problems communicating with
# processes on that OS, resulting in delays.
# - os: macos-latest
# emacs_version: '29.1'
# emacs_version: '29.3'
- os: windows-latest
emacs_version: '29.1'
emacs_version: '29.3'

steps:
- name: Set up Emacs
Expand Down

0 comments on commit 3887417

Please sign in to comment.