Skip to content

Commit 3540879

Browse files
authored
Update test-arm64-builds.yml
1 parent 60158c8 commit 3540879

File tree

1 file changed

+8
-8
lines changed

1 file changed

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

0 commit comments

Comments
 (0)