We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e30bb commit 88d8cb7Copy full SHA for 88d8cb7
.github/workflows/build.yml
@@ -351,7 +351,7 @@ jobs:
351
# architectures). The binaries built here match actual releases quite closely.
352
linux-cross-windows:
353
needs: [linux-stage1, linux-profile, prepare]
354
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04-arm
355
strategy:
356
fail-fast: false
357
matrix:
@@ -363,7 +363,7 @@ jobs:
363
steps:
364
- uses: actions/download-artifact@v4
365
with:
366
- name: linux-stage1-${{matrix.crt}}-x86_64-toolchain
+ name: linux-stage1-${{matrix.crt}}-aarch64-toolchain
367
- name: Unpack cross toolchain
368
run: |
369
tar -Jxf llvm-mingw-*.tar.xz
0 commit comments