From 0ccfcd997d5cbe8d503c53528f168d6ce628adc0 Mon Sep 17 00:00:00 2001 From: Alejandro Santana-Bonilla <62341142+alejandrosantanabonilla@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:44:41 +0000 Subject: [PATCH] Update conda.yml --- .github/workflows/conda.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 3ed6ec6..d047541 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-latest", "macos-latest"] + os: ["ubuntu-latest", "macos-13"] python-version: ["3.8","3.9", "3.10.12", "3.11"] steps: - name: Clear conda cache @@ -26,7 +26,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Miniconda - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: activate-environment: my_env auto-update-conda: true @@ -36,4 +36,4 @@ jobs: - name: Conda check shell: bash -l {0} run: | - conda info # Update env if needed + python -V