branch: elpa/datetime commit c6eb2d262c11c3b8a20f576a69214a3ebaac9e7e Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Disable CI on Windows, apparently there are problems with either GitHub setup on used Emacs binary, in any case, not related to us. --- .github/workflows/test.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61ffab34fc..261fccdd8a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,15 +20,22 @@ jobs: '28.1', '28.2', '29.1', '29.2', '29.3', 'snapshot'] - include: + # include: # Disabled for now: takes forever on default GitHub runners. # Either they use particularly slow machines or (I suspect # more likely) Emacs has some problems communicating with # processes on that OS, resulting in delays. # - os: macos-latest # emacs_version: '29.3' - - os: windows-latest - emacs_version: '29.3' + + # Disabled for now: it looks like on fails on GitHub for + # unrelated reasons due to mishandling of Hebrew or Chinese + # characters. The fault appears to be unrelated to + # `datetime'. I even reran a previously passing test + # (i.e. with zero changes, only whatever GitHub has changed + # in their setup in the meantime) and it failed too. + # - os: windows-latest + # emacs_version: '29.3' steps: - name: Set up Emacs