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
@@ -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
You can’t perform that action at this time.
0 commit comments