Skip to content

Commit

Permalink
Merge pull request #33 from rmartin16/ci-linux-arm64
Browse files Browse the repository at this point in the history
Run CI on linux/arm64
  • Loading branch information
freakboy3742 authored Jan 19, 2025
2 parents ae694c2 + 60cdac7 commit 559844e
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 559844e

Please sign in to comment.