From 7b57ba78d32a734a1c9903aa9c0dc809b664da33 Mon Sep 17 00:00:00 2001 From: Ioannis Tsakpinis Date: Wed, 20 Nov 2024 20:09:17 +0200 Subject: [PATCH] build: FreeBSD dependencies on 13.3 FreeBSD 13.2 EOLed on 2024-06-30. --- .github/workflows/build.yml | 4 ++-- doc/notes/3.3.5.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d497a8f5f3..6df3683eac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -239,11 +239,11 @@ jobs: - name: Build Java run: ant -emacs compile - name: Build & Test - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: operating_system: freebsd architecture: x86-64 - version: '13.2' + version: '13.3' memory: 8G shell: bash environment_variables: ANT_OPTS LWJGL_BUILD_TYPE diff --git a/doc/notes/3.3.5.md b/doc/notes/3.3.5.md index d723f8316f..9e17c9812f 100644 --- a/doc/notes/3.3.5.md +++ b/doc/notes/3.3.5.md @@ -38,6 +38,7 @@ This build includes the following changes: - Core: Migrated jsr305 nullability annotations to JSpecify (https://jspecify.dev). (#1008) * The `org.jspecify:jspecify` dependency remains optional. - Core: Added `Configuration.DISABLE_HASH_CHECKS`, a dynamic option that disables shared library hash checks. (#1007) +- FreeBSD: LWJGL now requires FreeBSD 13.3 or later. (up from 13.2) - msdfgen: Added support for glyph index based msdfgen-ext APIs. (#1002) #### Fixes