Skip to content

Commit 72ac54b

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 22349a7 commit 72ac54b

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
@@ -350,7 +350,7 @@ jobs:
350350
# architectures). The binaries built here match actual releases quite closely.
351351
linux-cross-windows:
352352
needs: [linux-stage1, linux-profile, prepare]
353-
runs-on: ubuntu-latest
353+
runs-on: ubuntu-24.04-arm
354354
strategy:
355355
fail-fast: false
356356
matrix:
@@ -362,7 +362,7 @@ jobs:
362362
steps:
363363
- uses: actions/download-artifact@v4
364364
with:
365-
name: linux-stage1-${{matrix.crt}}-x86_64-toolchain
365+
name: linux-stage1-${{matrix.crt}}-aarch64-toolchain
366366
- name: Unpack cross toolchain
367367
run: |
368368
tar -Jxf llvm-mingw-*.tar.xz

0 commit comments

Comments
 (0)