Skip to content

Commit

Permalink
CI to run macos-latest (#617)
Browse files Browse the repository at this point in the history
* macos-14 -> macos-latest

* update release-notes.rst
  • Loading branch information
cyschneck committed May 9, 2024
1 parent e54e793 commit 97ffd93
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-14", "windows-latest" ]
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
python-version: ["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 @@ -14,6 +14,7 @@ This release...

Internal Changes
^^^^^^^^^^^^^^^^
* CI to run on macos-latest instead of macos-14 by `Cora Schneck`_ in (:pr:`617`)
* Update and setup autoupdate for pre-commit hooks by `Cora Schneck`_ in (:pr:`604`)
* Removed ``pre-commit.yaml`` action in favor of pre-commit.ci by `Cora Schneck`_ in (:pr:`608`)
* Remove ASV version pin and pin Conda version for benchmarking workflow by `Katelyn FitzGerald`_ in (:pr:`610`)
Expand Down

0 comments on commit 97ffd93

Please sign in to comment.