We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6c4e3 commit a88249dCopy full SHA for a88249d
.github/workflows/unit-tests.yml
@@ -22,10 +22,11 @@ defaults:
22
23
jobs:
24
ubuntu:
25
- runs-on: ubuntu-22.04
+ runs-on: ${{ matrix.platform }}
26
timeout-minutes: 90
27
strategy:
28
matrix:
29
+ platform: [ubuntu-22.04, ubuntu-24.04-arm]
30
env_file: [actions-310.yaml, actions-311.yaml, actions-312.yaml]
31
# Prevent the include jobs from overriding other jobs
32
pattern: [""]
.github/workflows/wheels.yml
@@ -94,6 +94,7 @@ jobs:
94
buildplat:
95
- [ubuntu-22.04, manylinux_x86_64]
96
- [ubuntu-22.04, musllinux_x86_64]
97
+ - [ubuntu-24.04-arm, manylinux_aarch64]
98
- [macos-13, macosx_x86_64]
99
# Note: M1 images on Github Actions start from macOS 14
100
- [macos-14, macosx_arm64]
0 commit comments