Skip to content

Commit

Permalink
Add python-linux-arm64 job.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Jan 30, 2025
1 parent 9b5e573 commit a054333
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,20 @@ jobs:
with:
shell: bash

python-linux-arm64:
name: "Python tests (Linux/arm64)"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install SWIG
run: |
sudo apt-get install -y swig
shell: bash
- uses: ./.github/actions/python-tests
with:
shell: bash

python-macos-x64:
name: "Python tests (macOS/x64)"
runs-on: macos-13
Expand Down Expand Up @@ -259,6 +273,7 @@ jobs:
- cpp-shared
- ts-emscripten-wasm
- python-linux-x64
- python-linux-arm64
- python-macos-x64
- python-macos-arm64
- python-windows-x64
Expand Down

0 comments on commit a054333

Please sign in to comment.