Skip to content

Commit

Permalink
Merge pull request #605 from djhoese/ci-fix-unstable
Browse files Browse the repository at this point in the history
Fix unstable CI
  • Loading branch information
djhoese authored Jul 1, 2024
2 parents db94a87 + dd89e71 commit 1aa9040
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
git+https://github.com/storpipfugl/pykdtree \
git+https://github.com/dask/dask \
git+https://github.com/dask/distributed \
git+https://github.com/zarr-developers/zarr \
git+https://github.com/Unidata/cftime \
git+https://github.com/mapbox/rasterio \
git+https://github.com/pyproj4/pyproj \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- os: windows-2019
cibw_archs: "AMD64 ARM64"
artifact_name: "win"
- os: macos-11
- os: macos-12
cibw_archs: "x86_64 arm64"
artifact_name: "mac"
- os: "ubuntu-20.04"
Expand Down

0 comments on commit 1aa9040

Please sign in to comment.