Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
one more try for the M1 CI
Browse files Browse the repository at this point in the history
kafitzgerald committed Feb 1, 2024
1 parent ad63cab commit c19206d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -58,8 +58,6 @@ jobs:
fail-fast: false
matrix:
os: [ "macos-14" ]
architecture: [ "arm64" ]
miniconda-version: [ "latest" ]
python-version: [ "3.9", "3.11", "3.12" ]
steps:
- name: Cancel previous runs
@@ -74,7 +72,6 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
installer-url: https://github.com/conda-forge/miniforge/releases/download/23.11.0-0/Mambaforge-23.11.0-0-MacOSX-arm64.sh
architecture: ${{ matrix.architecture }}
python-version: ${{ matrix.python-version }}
channels: conda-forge
channel-priority: strict

0 comments on commit c19206d

Please sign in to comment.