From f7ca86191a6972bb6a8e3d78261159648db4ca23 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Thu, 20 Oct 2022 17:26:28 +0200 Subject: [PATCH] ci: temporary disable 1.48 build on macOS --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 011d93ed..8c02e3c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,8 @@ jobs: - nightly os: - ubuntu-latest - - macOS-latest + # See issue https://github.com/revault/minisafe/issues/69 + #- macOS-latest - windows-latest runs-on: ${{ matrix.os }} steps: