File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments