branch: elpa/datetime commit 388741774d28e6b2a9c5a031c68c5e262ee6273d Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
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 f30a96807b..61ffab34fc 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