Skip to content

Commit 8599456

Browse files
authored
fix: CI/CD not running for MacOS (#7)
1 parent 9cb62ee commit 8599456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
fail-fast: false
114114
matrix:
115115
os:
116-
- macos-15
116+
- { arch: 'Arm', runner: 'macos-15' }
117117
python-version: ['3.11', '3.12', '3.13']
118118

119119
steps:

0 commit comments

Comments
 (0)