File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,22 @@ jobs:
20
20
' 28.1' , '28.2',
21
21
' 29.1' , '29.2', '29.3',
22
22
' snapshot' ]
23
- include :
23
+ # include:
24
24
# Disabled for now: takes forever on default GitHub runners.
25
25
# Either they use particularly slow machines or (I suspect
26
26
# more likely) Emacs has some problems communicating with
27
27
# processes on that OS, resulting in delays.
28
28
# - os: macos-latest
29
29
# 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'
32
39
33
40
steps :
34
41
- name : Set up Emacs
You can’t perform that action at this time.
0 commit comments