Skip to content

Commit 0c93d18

Browse files
committed
Update CI workflows to specify Ubuntu 24.04 for ARM64 builds and include it in the OS matrix
1 parent 0dcd7ac commit 0c93d18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/_build_linux_aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build-linux-aarch64:
88
name: Build Linux aarch64 Wheels
99
# Use native ARM64 runners for much faster builds (vs QEMU emulation)
10-
runs-on: ubuntu-latest-arm64
10+
runs-on: ubuntu-24.04-arm
1111

1212
steps:
1313
- uses: actions/checkout@v4

.github/workflows/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
# Operating Systems to test
5757
# Comment out any OS you want to skip during development
5858
OS_MATRIX='[
59-
"windows-latest", "ubuntu-latest", "macos-latest"
59+
"ubuntu-latest", "ubuntu-24.04-arm", "macos-latest", "macos-15-intel", "windows-latest"
6060
]'
61-
# OS options: "windows-latest", "ubuntu-latest", "macos-latest"
61+
# OS options: "windows-latest", "ubuntu-latest", "ubuntu-24.04-arm", "macos-latest", "macos-15-intel"
6262
6363
# Python versions to test
6464
PYTHON_MATRIX='[

0 commit comments

Comments
 (0)