Skip to content

Commit

Permalink
Add M1 runners to CI (#581)
Browse files Browse the repository at this point in the history
* add M1 runners to ci.yml

* update release-notes.rst

* remove non-M1 macOS from ci.yml
  • Loading branch information
kafitzgerald authored Mar 21, 2024
1 parent afa193e commit e69f3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest" ]
os: [ "ubuntu-latest", "macos-14", "windows-latest" ]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: checkout
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ v2024.03.0 (Unreleased)
Internal Changes
^^^^^^^^^^^^^^^^
* Additional pre-commit hook for codespell by `Cora Schneck`_ in (:pr:`579`)
* Add M1 runners to CI by `Katelyn FitzGerald`_ in (:pr:`581`)
* Reorganize dask compatibility tests by `Anissa Zacharias`_ in (:pr:`568`)

v2024.02.0 (February 28, 2024)
Expand Down

0 comments on commit e69f3d3

Please sign in to comment.