From f974a246232b91b0fe3f872f6b80b52c75e6d1b8 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sun, 21 Jul 2024 09:51:38 -0400 Subject: [PATCH] Fix the nightly CI flow --- .github/workflows/nightly.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}