Skip to content

Commit 5642d03

Browse files
authored
Update test-arm64-builds.yml
1 parent 3540879 commit 5642d03

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: test-linux
1+
name: test-windows-arm64
22
on: push
33
jobs:
44
cmd-tests:
5-
name: test-linux
6-
runs-on: ubuntu-latest
5+
name: test-windows
6+
runs-on: windows-11-arm64
77
steps:
8-
- run: curl https://github.com/yt-dlp/yt-dlp/releases/download/2025.08.20/yt-dlp_linux -o yt-dlp_linux --location
9-
- run: chmod 777 yt-dlp_linux
10-
- run: ./yt-dlp_linux --verbose --update-to nightly
11-
- run: ./yt-dlp_linux --verbose --update-to master
12-
- run: ./yt-dlp_linux --verbose --update-to stable
8+
- run: curl https://github.com/yt-dlp/yt-dlp/releases/download/2025.08.20/yt-dlp_arm64.exe -o yt-dlp_arm64.exe --location
9+
- run: yt-dlp_arm64.exe --verbose --update-to nightly
10+
- run: yt-dlp_arm64.exe --verbose --update-to master
11+
- run: yt-dlp_arm64.exe --verbose --update-to stable

0 commit comments

Comments
 (0)