From 388741774d28e6b2a9c5a031c68c5e262ee6273d Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Thu, 18 Apr 2024 17:47:05 +0200 Subject: [PATCH] Use Emacs 29.3 instead of 29.1 for CI on Windows, in hope that weird charset(?)-related problems would be gone. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f30a968..61ffab3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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