Skip to content

Commit 68e60b2

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 2e938d2 commit 68e60b2

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
@@ -694,7 +694,7 @@ jobs:
694694
linux-test-cross-build-ffmpeg:
695695
if: github.event_name == 'schedule'
696696
needs: [linux-asserts]
697-
runs-on: ubuntu-latest
697+
runs-on: ubuntu-24.04-arm
698698
strategy:
699699
fail-fast: false
700700
matrix:
@@ -706,7 +706,7 @@ jobs:
706706
steps:
707707
- uses: actions/download-artifact@v4
708708
with:
709-
name: linux-asserts-x86_64-toolchain
709+
name: linux-asserts-aarch64-toolchain
710710
- name: Unpack cross toolchain
711711
run: |
712712
tar -Jxf llvm-mingw-*.tar.xz

0 commit comments

Comments
 (0)