Skip to content

Commit f313174

Browse files
authored
.github: Add ARM64 CI for pyperf (#212)
1 parent bbc8e9f commit f313174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: ${{ matrix.os }} - ${{ matrix.python }} ${{ matrix.build }}
2424
strategy:
2525
matrix:
26-
os: [ubuntu-latest, macos-latest, windows-latest]
26+
os: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm]
2727
python: ['3.12']
2828
build: ['']
2929
include:

0 commit comments

Comments
 (0)