From 8afaf54f1d55c28d3e458f091e31e11044ce5396 Mon Sep 17 00:00:00 2001 From: Justin Wozniak Date: Wed, 11 Sep 2024 14:13:49 -0500 Subject: [PATCH] Try macos-13 --- .github/workflows/conda.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conda.yaml b/.github/workflows/conda.yaml index 834880237..318d8ac5c 100644 --- a/.github/workflows/conda.yaml +++ b/.github/workflows/conda.yaml @@ -24,8 +24,9 @@ jobs: strategy: matrix: os: - - ubuntu-latest - - macos-14 + # - ubuntu-latest + - macos-13 + # - macos-14 # This is ARM64 # - macos-14-arm64 # Comma separated list of python versions to test