Skip to content

Commit

Permalink
ci: Add an ARM Linux test workflow
Browse files Browse the repository at this point in the history
Like the macOS jobs are mixed between Intel and ARM, this changes one of
the Linux jobs to use ARM.
  • Loading branch information
QuLogic committed Jan 17, 2025
1 parent 3b54c6a commit 2c6960a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
pyside6-ver: '!=6.5.1'
extra-requirements: '-r requirements/testing/extra.txt'
- os: ubuntu-22.04
- os: ubuntu-22.04-arm
python-version: '3.12'
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
pyqt6-ver: '!=6.6.0'
Expand Down

0 comments on commit 2c6960a

Please sign in to comment.