branch: elpa/datetime
commit e0c756a29de391ef661b08b7b7a865973b298021
Author: Paul Pogonyshev <pogonys...@gmail.com>
Commit: Paul Pogonyshev <pogonys...@gmail.com>

    Disable macOS tests again as still too slow; probably it's an Emacs problem 
after all.
    
    This reverts commit 348628bc3f3e438c5a4141b31877b38f6ba87999.
---
 .github/workflows/test.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bd0a58d8ea..4f57d4bfd9 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -21,8 +21,12 @@ jobs:
                         '29.1',
                         'snapshot']
         include:
-          - os: macos-latest
-            emacs_version: '29.1'
+          # 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.1'
           - os: windows-latest
             emacs_version: '29.1'
 

Reply via email to