From 1c9f166664c1461eb4697e4f369edb9ef8d73813 Mon Sep 17 00:00:00 2001 From: Raphael Vallat Date: Sat, 21 Dec 2024 13:37:29 +0100 Subject: [PATCH] disable macos --- .github/workflows/python_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml index b36e595..e8e4823 100644 --- a/.github/workflows/python_tests.yml +++ b/.github/workflows/python_tests.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-latest, windows-latest, macos-latest] + platform: [ubuntu-latest, windows-latest] # macos-latest disabled because of lightgbm fail python-version: ["3.9", "3.10", "3.11"] # lspopt failure on "3.12", see PR187 runs-on: ${{ matrix.platform }}