From 38a4f3e74080811b482e1fc7193d98e1c3482a58 Mon Sep 17 00:00:00 2001 From: David Kaplan Date: Wed, 27 Nov 2024 10:48:42 -0600 Subject: [PATCH] change to macos --- .github/workflows/ci_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index db8587e2c..985cd8bef 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -95,7 +95,7 @@ jobs: # name: documentation # path: .tox/docs_out/ test-mamba: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v4 - name: Set-Up Python Env @@ -106,6 +106,7 @@ jobs: cache-environment: true cache-downloads: true create-args: >- + --platform osx-64 -c conda-forge python=3.11 astropy