From 8daf1ea6579ceb6cfb56a8aef455651eef3e7e6a Mon Sep 17 00:00:00 2001 From: Chris Cranford Date: Sat, 29 Nov 2025 09:29:54 -0500 Subject: [PATCH] Align Emscripten version 4.0.11 with Godot Engine --- .github/actions/setup-godot-cpp/action.yml | 2 +- .github/workflows/ci-cmake.yml | 2 +- .github/workflows/ci-scons.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-godot-cpp/action.yml b/.github/actions/setup-godot-cpp/action.yml index d67bb999..33f0927f 100644 --- a/.github/actions/setup-godot-cpp/action.yml +++ b/.github/actions/setup-godot-cpp/action.yml @@ -6,7 +6,7 @@ inputs: required: true description: Target platform. em-version: - default: 3.1.62 + default: 4.0.11 description: Emscripten version. windows-compiler: required: true diff --git a/.github/workflows/ci-cmake.yml b/.github/workflows/ci-cmake.yml index cc7ae6b0..6b64a1dd 100644 --- a/.github/workflows/ci-cmake.yml +++ b/.github/workflows/ci-cmake.yml @@ -20,7 +20,7 @@ jobs: name: ${{ matrix.name }} runs-on: ${{ matrix.os }} env: - EM_VERSION: 3.1.39 + EM_VERSION: 4.0.11 config-flags: -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache diff --git a/.github/workflows/ci-scons.yml b/.github/workflows/ci-scons.yml index 37b4ce39..aeaff431 100644 --- a/.github/workflows/ci-scons.yml +++ b/.github/workflows/ci-scons.yml @@ -87,7 +87,7 @@ jobs: env: SCONS_CACHE: ${{ github.workspace }}/.scons-cache/ - EM_VERSION: 3.1.39 + EM_VERSION: 4.0.11 steps: - name: Checkout