Skip to content

Commit

Permalink
Merge pull request #3720 from randombit/jack/move-emscripten-ci-to-macos
Browse files Browse the repository at this point in the history
Move emscripten CI build to macOS
  • Loading branch information
reneme authored Sep 29, 2023
2 parents c7a4b4c + e44de31 commit ae37d65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
host_os: macos-13
- target: emscripten
compiler: emcc
host_os: ubuntu-22.04
host_os: macos-13

runs-on: ${{ matrix.host_os }}

Expand Down
2 changes: 2 additions & 0 deletions src/scripts/ci/setup_gh_actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ else

if [ "$TARGET" = "shared" ]; then
brew install boost
elif [ "$TARGET" = "emscripten" ]; then
brew install emscripten
fi

sudo xcrun xcode-select --switch '/Applications/Xcode_15.0.app/Contents/Developer'
Expand Down

0 comments on commit ae37d65

Please sign in to comment.