From 9c17b0602d42437f0740023c66982b71c3f200db Mon Sep 17 00:00:00 2001
From: Kelvin Rodriguez <krodriguez@usgs.gov>
Date: Fri, 17 Jan 2025 13:03:05 -0700
Subject: [PATCH] Updating Conda action version (#628)

* Updating Conda action version

* Update ci_testing.yml

* Update ci_testing.yml

* Update ci_testing.yml

* disbled quat rotation

* reverting qust flip

* revert the revert

* Update ci_testing.yml

* Update ci_testing.yml
---
 .github/workflows/ci_testing.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci_testing.yml b/.github/workflows/ci_testing.yml
index 71fbd85..a26481c 100644
--- a/.github/workflows/ci_testing.yml
+++ b/.github/workflows/ci_testing.yml
@@ -14,8 +14,8 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-       os: [ubuntu-latest, macos-latest]
-       python-version: ["3.8", "3.9", "3.10", "3.11"]
+       os: [ubuntu-latest, macos-13]
+       python-version: ["3.9", "3.10", "3.11"]
     defaults:
       run:
         shell: bash -l {0}
@@ -23,9 +23,8 @@ jobs:
       - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
         with:
           submodules: true
-      - uses: conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3
+      - uses: conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d
         with:
-          miniforge-version: latest
           use-mamba: true
           channels: conda-forge
           activate-environment: ale
-- 
GitLab