Skip to content

Commit

Permalink
.github: Add ARM64 CI for pyperf (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 authored Jan 19, 2025
1 parent bbc8e9f commit f313174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: ${{ matrix.os }} - ${{ matrix.python }} ${{ matrix.build }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm]
python: ['3.12']
build: ['']
include:
Expand Down

0 comments on commit f313174

Please sign in to comment.