Skip to content

Commit a28d7aa

Browse files
authored
ci: drop macOS from pre-IDM tests (#96)
1 parent f441475 commit a28d7aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
strategy:
110110
fail-fast: false
111111
matrix:
112-
os: [ ubuntu-latest, macos-13, windows-latest ]
112+
os: [ ubuntu-latest, windows-latest ]
113113
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
114114
defaults:
115115
run:

0 commit comments

Comments
 (0)