Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kafitzgerald committed Feb 1, 2024
1 parent 860cba0 commit 96f061a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
conda env update --file build_envs/Darwin.yml --prune
- name: Conda install (macOS - ARM)
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-14'
run: |
conda env update --file build_envs/environment.yml --prune
- name: Conda install (Linux)
Expand Down

0 comments on commit 96f061a

Please sign in to comment.