Skip to content

Commit d7f85e0

Browse files
committed
Try running tests on ARM64 Linux too
1 parent 1552d1a commit d7f85e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
python-version: ['3.10', '3.11', '3.12', '3.13']
24-
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
24+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
2525
include:
2626
- os: macos-13
2727
pytest_options: --ignore=tests/test_engine.py

0 commit comments

Comments
 (0)