Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading