Skip to content

Commit 2bce04a

Browse files
authored
chore: Use large linux-arm runner for release (#26898)
1 parent d764326 commit 2bce04a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,15 @@ jobs:
161161
architecture: x86-64
162162
target: x86_64-unknown-linux-gnu
163163
- job_config: linux-arm64
164-
os: ubuntu-24.04-arm
164+
os: linux-arm-large
165165
architecture: aarch64
166166
target: aarch64-unknown-linux-gnu
167167
- job_config: linux-musl-x64
168168
os: ubuntu-latest
169169
architecture: x86-64
170170
target: x86_64-unknown-linux-musl
171171
- job_config: linux-musl-arm64
172-
os: ubuntu-24.04-arm
172+
os: linux-arm-large
173173
architecture: aarch64
174174
target: aarch64-unknown-linux-musl
175175
- job_config: macos-x64

0 commit comments

Comments
 (0)