Skip to content

Commit 88d8cb7

Browse files
committed
github: Switch the linux-cross-windows jobs over to aarch64
The linux aarch64 runners are currently a fair bit faster than the corresponding x86_64 ones.
1 parent 64e30bb commit 88d8cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351
# architectures). The binaries built here match actual releases quite closely.
352352
linux-cross-windows:
353353
needs: [linux-stage1, linux-profile, prepare]
354-
runs-on: ubuntu-latest
354+
runs-on: ubuntu-24.04-arm
355355
strategy:
356356
fail-fast: false
357357
matrix:
@@ -363,7 +363,7 @@ jobs:
363363
steps:
364364
- uses: actions/download-artifact@v4
365365
with:
366-
name: linux-stage1-${{matrix.crt}}-x86_64-toolchain
366+
name: linux-stage1-${{matrix.crt}}-aarch64-toolchain
367367
- name: Unpack cross toolchain
368368
run: |
369369
tar -Jxf llvm-mingw-*.tar.xz

0 commit comments

Comments
 (0)