diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 2799912..2a4ba81 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -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" diff --git a/README.md b/README.md index 681f2b4..7c87102 100644 --- a/README.md +++ b/README.md @@ -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