From 4fe1b6f1faa4bc22a8b79c13436c8a79e45fe0ce Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 8 Nov 2023 21:13:37 -0800 Subject: [PATCH] Temporarily disable macOS since distutils appears broken there. --- .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 53c47c28..b9dc6faa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: python-version: ['3.3', '3.12'] - os: [ubuntu-20.04, macos-latest, windows-2019] + os: [ubuntu-20.04, windows-2019] exclude: - os: macos-latest python-version: '3.3'