Skip to content

Commit 8c76249

Browse files
kinkiesquid-anubis
authored andcommitted
CI: remove freebsd 15.0 from targets (#2414)
pkg: Repository FreeBSD-ports cannot be opened. pkg update required pkg: No packages available to install matching autoconf have been found in the repositories FreeBSD 15.0 has issues with packages. Let's stop testing against it for now. We can track FreeBSD-15 again when 15.1 is released.
1 parent cbbe8d3 commit 8c76249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/slow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
strategy:
146146
matrix:
147147
osversion:
148-
- "15.0"
148+
# - "15.0" # build issues on 15.0 as of 2026-04. Let's wait for 15.1
149149
- "14.3"
150150
- "13.5"
151151
platform:

0 commit comments

Comments
 (0)