Skip to content

Commit

Permalink
try forcing all builds to use osx-64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags committed Oct 23, 2024
1 parent 5c6d6cf commit c3e2ebb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- macOS-14 # osx-arm64
- macOS-13 # osx-64
- macOS-12 # osx-64
- ubuntu-22.04
- ubuntu-20.04
#- ubuntu-22.04
#- ubuntu-20.04
python-version:
#- "3.8"
- "3.9"
Expand All @@ -43,6 +43,7 @@ jobs:
environment-file: devtools/conda-envs/test_env.yaml
create-args: >- # beware the >- instead of |, we don't split on newlines but on spaces
python=${{ matrix.python-version }}
--platform osx-64
- name: Additional info about the build
shell: bash
Expand Down

0 comments on commit c3e2ebb

Please sign in to comment.