From 3761a0eea4b0d375885938c21096c8899db518ab Mon Sep 17 00:00:00 2001 From: Klaas Hoekstra Date: Mon, 27 May 2024 21:14:42 +0200 Subject: [PATCH] Remove macos-latest from test run --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc9cb41..85f72cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] python-version: ["3.7", "3.8", "3.9"] max-parallel: 3 name: Python ${{ matrix.python-version }}