Skip to content

Commit 22629bd

Browse files
committed
specify os versions
1 parent e0d74f2 commit 22629bd

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.ipynb linguist-detectable=false
2+
*.py linguist-language=Python

.github/workflows/ci.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest, macos-latest]
19+
os:
20+
[
21+
ubuntu-slim,
22+
ubuntu-24.04,
23+
ubuntu-24.04-arm,
24+
macos-15,
25+
macos-15-intel,
26+
]
2027
python-version: ["3.12"]
2128

2229
steps:
@@ -58,7 +65,7 @@ jobs:
5865

5966
strategy:
6067
matrix:
61-
os: [windows-latest]
68+
os: [windows-2025]
6269
python-version: ["3.12"]
6370

6471
steps:
@@ -80,8 +87,8 @@ jobs:
8087
8188
# - name: Run linters
8289
# run: |
83-
# ruff check src/mel_cepstral_distance
84-
# ruff check src/mel_cepstral_distance_tests
90+
# ruff check src/birdnet
91+
# ruff check src/birdnet_tests
8592

8693
# - name: Type checking
8794
# run: mypy

0 commit comments

Comments
 (0)