Skip to content

Commit 9e7c4be

Browse files
committed
Try CI on ubuntu instead
1 parent 159187c commit 9e7c4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: macos-latest
7+
runs-on: ubuntu-latest
88
strategy:
99
matrix:
1010
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]

0 commit comments

Comments
 (0)