Julia v1.12.0-beta2 is now available

Julia version 1.12.0-beta2, the second beta pre-release in the upcoming 1.12 series of releases, is now available. Check out the NEWS.md file to see what will be new in 1.12. Binaries are available via JuliaUp and in the upcoming release section of https://julialang.org/downloads/ for macOS (Intel and M-series processors), Windows (x86 and x86-64), glibc Linux (x86, x86-64, AArch64), musl Linux (x86-64), and FreeBSD (x86-64). Linux binaries for PowerPC are not available for this version.

As a beta version, 1.12.0-beta2 should not be considered production-ready. Rather, it’s intended to give users, especially package developers, a chance to try out their code with 1.12.0 prior to a full release.

Note that 1.12 on Cirrus, Travis, and AppVeyor now refers to 1.12.0-beta2. On GitHub Actions, use ~1.12.0-0 or similar (see the setup-julia action’s README for options).

22 Likes

This topic was automatically closed after 2 minutes. New replies are no longer allowed.