Skip to content

Commit

Permalink
run CI on both types of Mac (#16)
Browse files Browse the repository at this point in the history
* run CI on both types of Mac

* Fix link in readme
  • Loading branch information
alessandrofelder authored Apr 29, 2024
1 parent 2f3482e commit 0e2c6fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
# Run all supported Python versions on linux
python-version: ["3.9", "3.10", "3.11"]
os: [ubuntu-latest]
# Include one windows and macos run
# Include one windows and ARM/Intel macos run
include:
- os: macos-latest
python-version: "3.10"
- os: macos-13 # Intel Mac
python-version: "3.11"
- os: macos-latest # ARM Mac
python-version: "3.11"
- os: windows-latest
python-version: "3.10"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Build unbiased anatomical templates from individual images
`brainglobe-template-builder` aims to:
- Offer an intuitive Python interface to the [optimised ANTs template construction pipeline](#template-construction-with-ants).
- Support 3D volumetric microscopy images, such as STPT and LSM.
- Generate templates compatible with the [BrainGlobe ecosystem](https://brainglobe.info/), especially the [BrainGlobe Atlas API](https://brainglobe.info/documentation/bg-atlasapi/index.html).
- Generate templates compatible with the [BrainGlobe ecosystem](https://brainglobe.info/), especially the [BrainGlobe Atlas API](https://brainglobe.info/documentation/brainglobe-atlasapi/index.html).

> **Warning**
> - Early development phase. Stay tuned
Expand Down

0 comments on commit 0e2c6fc

Please sign in to comment.