Skip to content

Commit

Permalink
use node 18 for coapp 13
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Feb 5, 2024
1 parent 3a70062 commit 68a6d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,11 @@ if [ $build_all == 1 ]; then
log "Building for mac-x86_64"
arch -x86_64 ./build.sh

fnm use 10

log "Building for mac13-x86_64"
arch -x86_64 ./build.sh --target mac13-x86_64

fnm use 10

# FIXME: linux-i686 can't be built under Mac as it needs to Node 10.
# To compile for linux-i686 build from a Linux i686 system.
targets=("win7-i686" "win7-x86_64" "windows-i686")
Expand Down

0 comments on commit 68a6d91

Please sign in to comment.