branch: elpa/datetime commit 348628bc3f3e438c5a4141b31877b38f6ba87999 Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Reenable testing on macOS. This reverts commit dc905e671a1de19da9c601de611a8913c58d6df1. --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 047faa2f2b..bd0a58d8ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,9 +21,8 @@ jobs: '29.1', 'snapshot'] include: - # Disabled for now: takes forever on default GitHub runners. - # - os: macos-latest - # emacs_version: '29.1' + - os: macos-latest + emacs_version: '29.1' - os: windows-latest emacs_version: '29.1'