diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index a7d7377da..c359c7f7d 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: python: [ "3.10", "3.11", "3.12", "3.13" ] - os: [ ubuntu-24.04 ] + os: [ ubuntu-24.04, ubuntu-24.04-arm ] compiler: [gcc, clang14] rust: [1.62.1] defaults: