From ab93fc59f97e2af626000eae0f42b82a585afcea Mon Sep 17 00:00:00 2001 From: Vijini Mallawaarachchi Date: Tue, 13 Aug 2024 20:00:38 +0930 Subject: [PATCH] TST: Update testing workflows --- .github/workflows/testing_python_app.yml | 2 +- .github/workflows/testing_python_conda.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing_python_app.yml b/.github/workflows/testing_python_app.yml index 963b3b7..1c2f6a1 100644 --- a/.github/workflows/testing_python_app.yml +++ b/.github/workflows/testing_python_app.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - os: [macos-12, ubuntu-latest] + os: [macos-latest, ubuntu-latest] python-version: ["3.8", "3.9", "3.10", "3.11"] steps: diff --git a/.github/workflows/testing_python_conda.yml b/.github/workflows/testing_python_conda.yml index 3a7db07..950df2b 100644 --- a/.github/workflows/testing_python_conda.yml +++ b/.github/workflows/testing_python_conda.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - os: [macos-12, ubuntu-latest] + os: [macos-latest, ubuntu-latest] python-version: ["3.8", "3.9", "3.10", "3.11"] steps: