From 8bbd25aacd5309c1ec665911c19844b185e4d64d Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Fri, 2 Jan 2026 09:48:30 -0500 Subject: [PATCH] Enable emscripten build --- .github/workflows/nightly.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 68f8af0207..7bed01607c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -101,10 +101,9 @@ jobs: - target: cross-android-arm64-amalgamation compiler: clang host_os: ubuntu-24.04 -# Disabled as Homebrew's emscripten is broken and Ubuntu's is obsolete/unusable -# - target: emscripten -# compiler: emcc -# host_os: macos-14 + - target: emscripten + compiler: emcc + host_os: macos-26 - target: sde compiler: gcc host_os: ubuntu-24.04