From 4d329d44da061c008c629239c80c6c72b783d221 Mon Sep 17 00:00:00 2001 From: sambit-giri Date: Tue, 13 Aug 2024 14:28:45 +0530 Subject: [PATCH] only macos --- .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 b87c434..98b8803 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [macos-latest] python-version: [3.12] # Only test on Python 3.12 runs-on: ${{ matrix.os }}