Skip to content

Commit 6dd3820

Browse files
authored
Merge pull request #197 from maxmind/greg/eng-1444-use-arm-runner
Test on arm runner
2 parents 9509f95 + d9a1231 commit 6dd3820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
platform: [ubuntu-latest, macos-latest, windows-latest]
16+
platform: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
1717
python-version: [3.9, "3.10", 3.11, 3.12, 3.13]
1818

1919
name: Python ${{ matrix.python-version }} on ${{ matrix.platform }}

0 commit comments

Comments
 (0)