Skip to content

Commit 3887417

Browse files
committed
Use Emacs 29.3 instead of 29.1 for CI on Windows, in hope that weird charset(?)-related problems would be gone.
1 parent 31afcec commit 3887417

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
# more likely) Emacs has some problems communicating with
2727
# processes on that OS, resulting in delays.
2828
# - os: macos-latest
29-
# emacs_version: '29.1'
29+
# emacs_version: '29.3'
3030
- os: windows-latest
31-
emacs_version: '29.1'
31+
emacs_version: '29.3'
3232

3333
steps:
3434
- name: Set up Emacs

0 commit comments

Comments
 (0)