branch: elpa/datetime
commit dc905e671a1de19da9c601de611a8913c58d6df1
Author: Paul Pogonyshev <[email protected]>
Commit: Paul Pogonyshev <[email protected]>
Don't test on macOS for now: too slow on standard GitHub runners, maybe
they have a problem with too few machines or something.
---
.github/workflows/test.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bd0a58d8ea..047faa2f2b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -21,8 +21,9 @@ jobs:
'29.1',
'snapshot']
include:
- - os: macos-latest
- emacs_version: '29.1'
+ # Disabled for now: takes forever on default GitHub runners.
+ # - os: macos-latest
+ # emacs_version: '29.1'
- os: windows-latest
emacs_version: '29.1'