Skip to content

Commit 2262ea4

Browse files
committed
ci: Temporarily disabling FreeBSD 15 build in vmactions
This build is failing, but I don't know what to do about it right now. Since 15 is not a stable release, but what is actively under development, disabling this build for now is ok. Signed-off-by: Tyler Erickson <[email protected]>
1 parent c4ffabd commit 2262ea4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/vmactions.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ jobs:
6363
releasename: "14.2",
6464
arch: "x86_64",
6565
}
66-
- {
67-
name: "FreeBSD 15.0",
68-
releasename: "15.0",
69-
arch: "x86_64",
70-
}
66+
# - {
67+
# name: "FreeBSD 15.0",
68+
# releasename: "15.0",
69+
# arch: "x86_64",
70+
# }
7171
- {
7272
name: "FreeBSD 13.5",
7373
releasename: "13.5",

0 commit comments

Comments
 (0)