Skip to content

Commit

Permalink
build: FreeBSD dependencies on 13.3
Browse files Browse the repository at this point in the history
FreeBSD 13.2 EOLed on 2024-06-30.
  • Loading branch information
Spasi committed Nov 20, 2024
1 parent d8116be commit 7b57ba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions doc/notes/3.3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b57ba7

Please sign in to comment.