Skip to content

Commit 3435100

Browse files
committed
github: Switch the linux-asserts and later jobs over to aarch64
The aarch64 linux runners are currently a fair bit faster than the x86_64 ones.
1 parent 703b432 commit 3435100

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
linux-asserts:
232232
if: github.event_name == 'schedule'
233233
needs: [prepare]
234-
runs-on: ubuntu-latest
234+
runs-on: ubuntu-24.04-arm
235235
steps:
236236
- uses: actions/checkout@v4
237237
- name: Build
@@ -251,7 +251,7 @@ jobs:
251251
tar -Jcf ../llvm-mingw-linux.tar.xz --format=ustar --numeric-owner --owner=0 --group=0 --sort=name --mtime="$BUILD_DATE" llvm-mingw
252252
- uses: actions/upload-artifact@v4
253253
with:
254-
name: linux-asserts-x86_64-toolchain
254+
name: linux-asserts-aarch64-toolchain
255255
path: |
256256
llvm-mingw-linux.tar.xz
257257
retention-days: 7
@@ -695,7 +695,7 @@ jobs:
695695
linux-test-cross-build-ffmpeg:
696696
if: github.event_name == 'schedule'
697697
needs: [linux-asserts]
698-
runs-on: ubuntu-latest
698+
runs-on: ubuntu-24.04-arm
699699
strategy:
700700
fail-fast: false
701701
matrix:
@@ -707,7 +707,7 @@ jobs:
707707
steps:
708708
- uses: actions/download-artifact@v4
709709
with:
710-
name: linux-asserts-x86_64-toolchain
710+
name: linux-asserts-aarch64-toolchain
711711
- name: Unpack cross toolchain
712712
run: |
713713
tar -Jxf llvm-mingw-*.tar.xz

0 commit comments

Comments
 (0)