From ce93dd47a6ab9fcf5137fe6d491ffe7d5ce00a02 Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 28 Mar 2022 20:31:27 +0200 Subject: [PATCH] CI: Disable OSX builds. They don't want to do the network integration tests. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce774d148..a5cc5b838 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,8 @@ jobs: test-units: strategy: matrix: - os: [ubuntu-latest, macos-latest] + #os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: