Skip to content

Commit 2e2e9f5

Browse files
committed
test-sourceforge-download.yml update
1 parent f8c975c commit 2e2e9f5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test-sourceforge-downloads.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,15 @@
4747
name="qemu-riscv"
4848
threshold=16383 # (50%)
4949
50+
# 2025
51+
platforms="win32-x64,linux-x64,linux-arm64,darwin-x64,darwin-arm64"
52+
5053
# 2024
5154
platforms="win32-x64,linux-x64,linux-arm64,linux-arm,darwin-x64,darwin-arm64"
55+
5256
download_sourceforge "${name}" "8.2.6-1" ${threshold} "${platforms}"
5357
download_sourceforge "${name}" "8.2.2-1" ${threshold} "${platforms}"
54-
55-
# 2023
56-
platforms="win32-x64,linux-x64,linux-arm64,linux-arm,darwin-x64,darwin-arm64"
5758
download_sourceforge "${name}" "7.2.5-1" ${threshold} "${platforms}"
5859
download_sourceforge "${name}" "7.2.0-1" ${threshold} "${platforms}"
59-
60-
# 2022
61-
platforms="win32-x64,linux-x64,linux-arm64,linux-arm,darwin-x64,darwin-arm64"
6260
download_sourceforge "${name}" "7.1.0-1" ${threshold} "${platforms}"
6361
download_sourceforge "${name}" "7.0.0-1" ${threshold} "${platforms}"

0 commit comments

Comments
 (0)