Add ubuntu ARM images

This commit is contained in:
Ivan Pozdeev 2026-08-12 15:14:46 +03:00
parent 2bd4f6c4da
commit 2bcc7d8fc4
2 changed files with 4 additions and 0 deletions

View file

@ -207,7 +207,9 @@ jobs:
python-version: ${{fromJson(needs.discover_modified_scripts.outputs.versions)}}
os:
- ubuntu-22.04
- ubuntu-22.04-arm
- ubuntu-24.04
- ubuntu-24.04-arm
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v7

View file

@ -14,7 +14,9 @@ jobs:
matrix:
os:
- ubuntu-22.04
- ubuntu-22.04-arm
- ubuntu-24.04
- ubuntu-24.04-arm
- macos-14
- macos-15
- macos-15-intel