From 0cf6f3214763109a2e2f7096945a40e8397be9a6 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Thu, 8 Dec 2022 10:08:24 +0100 Subject: [PATCH] ci: re-enable ci on non-1.48 for MacOS So we at least have one MacOS job. Because it looks like #69 isn't going anywhere. --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 41dd9f64..9006ec29 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,8 +26,7 @@ jobs: - nightly os: - ubuntu-latest - # See issue https://github.com/revault/liana/issues/69 - #- macOS-latest + - macOS-latest - windows-latest runs-on: ${{ matrix.os }} steps: @@ -43,7 +42,8 @@ jobs: if: matrix.os == 'windows-latest' run: cargo test --verbose --no-default-features - name: Test on Rust ${{ matrix.toolchain }} (non Windows) - if: matrix.os != 'windows-latest' + # See issue https://github.com/revault/liana/issues/69 + if: matrix.os != 'windows-latest' && (matrix.os != 'macOS-latest' || matrix.toolchain != '1.48') run: cargo test --verbose --color always -- --nocapture linter_gui: