From fda06a62b09aca8165cc489befbd6185291546ba Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Thu, 13 Mar 2025 08:21:37 +0000 Subject: [PATCH] CI: Upgrade emscripten SDK version to match upstream --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98820c86..c86a0641 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,7 +208,7 @@ jobs: contents: write name: wasm32 - prebuild runs-on: ubuntu-24.04 - container: "emscripten/emsdk:3.1.70" + container: "emscripten/emsdk:4.0.5" steps: - name: Checkout uses: actions/checkout@v4