From 5518e6814c933b65378dc98de272fb24a446924a Mon Sep 17 00:00:00 2001 From: Alejandro Santana-Bonilla <62341142+alejandrosantanabonilla@users.noreply.github.com> Date: Fri, 31 May 2024 11:14:39 +0100 Subject: [PATCH] Update conda.yml --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index c4517df..7ebe198 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macOS-latest] + os: [ubuntu-latest] python-version: [3.9, 3.10.1] name: Python ${{ matrix.python-version }} example on ${{ matrix.os }}