From 46de04d2e911d39a4a8930e44b217fe41537e710 Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Tue, 12 Aug 2025 13:38:55 -0700 Subject: [PATCH] FreeBSD 15.0 is now "PRERELEASE" Chase URL change from the FreeBSD project. Reviewed-by: Brian Behlendorf Signed-off-by: Colin Percival Closes #17617 --- .github/workflows/scripts/qemu-2-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/qemu-2-start.sh b/.github/workflows/scripts/qemu-2-start.sh index 885a64037..70a2364f1 100755 --- a/.github/workflows/scripts/qemu-2-start.sh +++ b/.github/workflows/scripts/qemu-2-start.sh @@ -109,7 +109,7 @@ case "$OS" in KSRC="$FREEBSD_SNAP/../amd64/$FreeBSD/src.txz" ;; freebsd15-0c) - FreeBSD="15.0-CURRENT" + FreeBSD="15.0-PRERELEASE" OSNAME="FreeBSD $FreeBSD" OSv="freebsd14.0" URLxz="$FREEBSD_SNAP/$FreeBSD/amd64/Latest/FreeBSD-$FreeBSD-amd64-BASIC-CI-ufs.raw.xz"