Skip to content

Commit

Permalink
Replacing macos-12 and mambaforge.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Jan 31, 2025
1 parent ee0d72d commit 6325d78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, macos-12]
os: [ubuntu-latest, macos-latest, macos-13]
python-version: [3.9]
include:
- environment: ci/environment.yml
Expand All @@ -89,7 +89,7 @@ jobs:
with:
activate-environment: "test_env"
auto-activate-base: false
miniforge-variant: Mambaforge
miniforge-variant: Miniforge3
python-version: ${{ matrix.python-version }}
auto-update-conda: true
environment-file: ${{ matrix.environment }}
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-12]
os: [ubuntu-latest, macos-latest, macos-13]
python-version: [3.9]
include:
- environment: ci/environment.yml
Expand All @@ -182,7 +182,7 @@ jobs:
activate-environment: "test_env"
auto-activate-base: false
#architecture: "x64"
miniforge-variant: Mambaforge
miniforge-variant: Miniforge3
#miniforge-version: latest
python-version: ${{ matrix.python-version }}
auto-update-conda: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
os: ["ubuntu-latest", "macos-latest", "macos-12"]
os: ["ubuntu-latest", "macos-latest", "macos-13"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "macos-12"]
os: ["ubuntu-latest", "macos-latest", "macos-13"]
python-version: [3.9]
include:
- environment: ci/environment.yml
Expand Down

0 comments on commit 6325d78

Please sign in to comment.