We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9509f95 + d9a1231 commit 6dd3820Copy full SHA for 6dd3820
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- platform: [ubuntu-latest, macos-latest, windows-latest]
+ platform: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
17
python-version: [3.9, "3.10", 3.11, 3.12, 3.13]
18
19
name: Python ${{ matrix.python-version }} on ${{ matrix.platform }}
0 commit comments