From b5cb9d7aa0035e30fac9d8aee382287202173226 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Tue, 26 Nov 2024 11:20:25 -0600 Subject: [PATCH] temporarily restrict build matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64a61a7b7..c56b4e055 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: needs: pre-commit strategy: matrix: - os: [ubuntu-latest, macOS-latest, windows-latest] + os: [ubuntu-latest] #, macOS-latest, windows-latest] java-version: [17] java-distribution: ["corretto"] python-version: ["3.9", "3.13"]