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 22349a7 commit 72ac54bCopy full SHA for 72ac54b
.github/workflows/build.yml
@@ -350,7 +350,7 @@ jobs:
350
# architectures). The binaries built here match actual releases quite closely.
351
linux-cross-windows:
352
needs: [linux-stage1, linux-profile, prepare]
353
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04-arm
354
strategy:
355
fail-fast: false
356
matrix:
@@ -362,7 +362,7 @@ jobs:
362
steps:
363
- uses: actions/download-artifact@v4
364
with:
365
- name: linux-stage1-${{matrix.crt}}-x86_64-toolchain
+ name: linux-stage1-${{matrix.crt}}-aarch64-toolchain
366
- name: Unpack cross toolchain
367
run: |
368
tar -Jxf llvm-mingw-*.tar.xz
0 commit comments