sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit f16d47380bf36abac12ae2994ba5b3a252dcf947
parent d02f27488918e848112e527499f83c66130c0782
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun,  7 Jul 2024 17:09:53 +1000

use MacOS 13 in Github Actions

MacOS 14 is failing due to:
https://github.com/nixbuild/nix-quick-install-action/issues/43

Diffstat:
M .github/workflows/checks.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
@@ -15,7 +15,8 @@ jobs:
       matrix:
         os:
         - ubuntu-latest
-        - macos-latest
+        # macos-14 fails due to https://github.com/nixbuild/nix-quick-install-action/issues/43
+        - macos-13
         ruby-version:
         - '2.4'
         - '2.5'