diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 85681d0b431..1240b7c65cb 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -62,9 +62,9 @@ jobs: - target: cross-arm64-amalgamation compiler: gcc host_os: ubuntu-24.04 - - target: emscripten - compiler: emcc - host_os: macos-14 + - target: emscripten + compiler: emcc + host_os: macos-14 runs-on: ${{ matrix.host_os }}