Skip to content

Commit

Permalink
Run CI on linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Jan 19, 2025
1 parent ae694c2 commit 60cdac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: beeware/.github/.github/workflows/app-build-verify.yml@main
with:
python-version: ${{ matrix.python-version }}
runner-os: ubuntu-latest
runner-os: ${{ matrix.runner-os }}
framework: ${{ matrix.framework }}
target-platform: Linux
target-format: system
Expand All @@ -40,3 +40,4 @@ jobs:
matrix:
python-version: [ "system", "3.9", "3.10", "3.11", "3.12", "3.13" ]
framework: [ "toga", "pyside6", "pygame", "console" ]
runner-os: [ "ubuntu-24.04", "ubuntu-24.04-arm" ]

0 comments on commit 60cdac7

Please sign in to comment.