From c508c56da3187d473a51b336cc0318ec9da26873 Mon Sep 17 00:00:00 2001 From: AndreFCruz Date: Mon, 6 May 2024 14:05:41 +0200 Subject: [PATCH] omit macos from tests --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6d7bcce..d139a7d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,8 +15,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] - python-version: ["3.9", "3.10", "3.11", "3.12"] + os: [ubuntu-latest] + python-version: ["3.9"] steps: - uses: actions/checkout@v3