From db88f93b67ef8d7f78906b372a2712e58dd3ccf6 Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Tue, 9 Apr 2024 15:30:53 +0200 Subject: [PATCH] Disable MacOS testing for the moment --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecdd8b7f8..d43008082 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,9 @@ jobs: matrix: os: - ubuntu-latest - - macos-latest + # Disable MacOS for now - we do not yet officially support it and we need to invest a bit + # more efforts into investigating broken LAZ files written by Helios on MacOS. + # - macos-latest - windows-latest python: - "3.8"