Skip to content

Commit

Permalink
Switch to newer miniconda action and remove x86 mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Sep 11, 2024
1 parent cea58f4 commit 8eba0c1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
python-version: ${{ matrix.python-version }}
environment-file: ci/environment.yaml
activate-environment: test-environment
mamba-version: "*"
channels: conda-forge

- name: Run tests
shell: bash -l {0}
Expand All @@ -38,8 +38,6 @@ jobs:
include:
- os: windows-2019
cibw_archs: "AMD64 ARM64"
- os: macos-13
cibw_archs: "x86_64"
- os: macos-14 # The macos-14 runner is arm64, while up until macos-13 the runners are x86_64.
cibw_archs: "arm64"
- os: "ubuntu-20.04"
Expand Down

0 comments on commit 8eba0c1

Please sign in to comment.