Skip to content

Commit a63f55f

Browse files
committed
Make: Use newer image for Arm CI
1 parent b3e35a9 commit a63f55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227

228228
build_wheels_linux_arm:
229229
name: Build Python Wheels (Linux ARM)
230-
runs-on: ubuntu-22.04-arm64
230+
runs-on: ubuntu-24.04-arm64 # These are maintained by Arm, not GitHub
231231
strategy:
232232
matrix:
233233
python-version: ["37", "38", "39", "310", "311", "312", "313"]

0 commit comments

Comments
 (0)