File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,15 +20,22 @@ jobs:
2020 ' 28.1' , '28.2',
2121 ' 29.1' , '29.2', '29.3',
2222 ' snapshot' ]
23- include :
23+ # include:
2424 # Disabled for now: takes forever on default GitHub runners.
2525 # Either they use particularly slow machines or (I suspect
2626 # more likely) Emacs has some problems communicating with
2727 # processes on that OS, resulting in delays.
2828 # - os: macos-latest
2929 # emacs_version: '29.3'
30- - os : windows-latest
31- emacs_version : ' 29.3'
30+
31+ # Disabled for now: it looks like on fails on GitHub for
32+ # unrelated reasons due to mishandling of Hebrew or Chinese
33+ # characters. The fault appears to be unrelated to
34+ # `datetime'. I even reran a previously passing test
35+ # (i.e. with zero changes, only whatever GitHub has changed
36+ # in their setup in the meantime) and it failed too.
37+ # - os: windows-latest
38+ # emacs_version: '29.3'
3239
3340 steps :
3441 - name : Set up Emacs
You can’t perform that action at this time.
0 commit comments