vmactions / freebsd-vm

Use FreeBSD in github actions
https://vmactions.org
MIT License
252 stars 22 forks source link

FreeBSD 13.2 support #69

Closed jbeich closed 1 year ago

jbeich commented 1 year ago

According to https://www.freebsd.org/security/#sup 13.1 reaches EOL on 2023-07-31. After that the package cluster would upgrade 13.* builders (e.g., 131amd64) to 13.2 (e.g., 132amd64), rendering /latest and /quarterly (but not /release_1) package repos unusable on 13.1 because the old kernel/libc/libthr/etc may not support features introduced by 13.2.

Neilpang commented 1 year ago

fixed, the default version is using 13.2 now.