Skip to content

Commit bf9b18e

Browse files
committed
no zfpy for macos-14
1 parent efcf24f commit bf9b18e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
python-version: ["3.11", "3.12", "3.13"]
16-
# macos-12 is an intel runner, macos-14 is a arm64 runner
16+
# macos-13 is an intel runner, macos-14 is a arm64 runner
1717
platform: [ubuntu-latest, windows-latest, macos-13, macos-14]
1818

1919
steps:
@@ -70,7 +70,6 @@ jobs:
7070
conda activate env
7171
python -m pip install -v ".[pcodec]"
7272
73-
7473
- name: Install zarr-python
7574
shell: "bash -l {0}"
7675
run: |
@@ -79,7 +78,7 @@ jobs:
7978
8079
# This is used to test with zfpy, which does not yet support numpy 2.0
8180
- name: Install older numpy and zfpy
82-
if: matrix.python-version == '3.11'
81+
if: matrix.python-version == '3.11' && matrix.platform != 'macos-14'
8382
shell: "bash -l {0}"
8483
run: |
8584
conda activate env

0 commit comments

Comments
 (0)