diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index 34e1173a3d..a71a03e41f 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -12,7 +12,7 @@ jobs: - name: set up JDK uses: actions/setup-java@v3 with: - distribution: temurin + distribution: zulu java-version: 8 - name: Install dependencies diff --git a/ci_build_android.bash b/ci_build_android.bash index 0994da159b..bb0e454c57 100644 --- a/ci_build_android.bash +++ b/ci_build_android.bash @@ -1,6 +1,6 @@ #!/bin/bash set -e -export LIBFFI_VERSION=3.4.2 +export LIBFFI_VERSION=3.4.6 export ANDROID=1 LWJGL_BUILD_OFFLINE=1 #export LWJGL_BUILD_ARCH=arm64 diff --git a/ci_build_ios.bash b/ci_build_ios.bash index 0e80388b68..f7924ae1cf 100644 --- a/ci_build_ios.bash +++ b/ci_build_ios.bash @@ -1,6 +1,6 @@ #!/bin/bash set -e -export LIBFFI_VERSION=3.4.4 +export LIBFFI_VERSION=3.4.6 export LWJGL_BUILD_OFFLINE=1 export LWJGL_BUILD_ARCH=arm64 @@ -79,7 +79,7 @@ yes | ant -Dplatform.macos=true \ -Dbinding.xxhash=false \ -Dbinding.yoga=false \ -Dbinding.zstd=false \ - -Dbuild.type=release/3.3.1 \ + -Dbuild.type=release/3.3.3 \ -Djavadoc.skip=true \ -Dnashorn.args="--no-deprecation-warning" \ compile compile-native release diff --git a/config/linux/build.xml b/config/linux/build.xml index 48392a01fa..445db749ba 100644 --- a/config/linux/build.xml +++ b/config/linux/build.xml @@ -192,7 +192,7 @@ - +