Skip to content

Commit 7192c71

Browse files
committed
Update macos runner on github actions
1 parent 5f2aec5 commit 7192c71

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: ["ubuntu-latest", "macos-13", "windows-latest"]
15+
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
1616
python-version: ["3.10", "3.13"]
1717
env:
1818
TESTING_FILES_FOLDER_PATH: ./204919/testing_files/

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ dist/
3737
# Doc build
3838
/docs/_build/*
3939
_build/
40+
uv.lock

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
### Improvements
77
* Added documentation to API and CLI docs on how to use the dandi config option. [#624](https://github.com/NeurodataWithoutBorders/nwbinspector/pull/624)
88
* Dropped Python 3.9 and middle Python versions (3.11, 3.12) from CI; now testing only Python 3.10 and 3.13. [#632](https://github.com/NeurodataWithoutBorders/nwbinspector/pull/632)
9+
* Updated macOS CI runner from `macos-13` to `macos-latest`. [#639](https://github.com/NeurodataWithoutBorders/nwbinspector/pull/639)
910

1011
# v0.6.5 (July 25, 2025)
1112

0 commit comments

Comments
 (0)