File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -147,28 +147,28 @@ jobs:
147147 path : ${{ env.APP_NAME }}.*.node
148148 if-no-files-found : error
149149 build-freebsd :
150- runs-on : macos-13
150+ runs-on : ubuntu-latest
151151 name : Build FreeBSD
152152 steps :
153153 - uses : actions/checkout@v4
154154 - name : Build
155155 id : build
156- uses : cross-platform-actions/action@v0.24 .0
156+ uses : cross-platform-actions/action@v0.26 .0
157157 env :
158158 DEBUG : napi:*
159159 RUSTUP_IO_THREADS : 1
160160 with :
161161 operating_system : freebsd
162- version : " 13.2 "
162+ version : " 14.0 "
163163 memory : 8G
164164 cpu_count : 3
165- environment_variables : DEBUG RUSTUP_IO_THREADS
165+ environment_variables : " DEBUG RUSTUP_IO_THREADS"
166166 shell : bash
167167 run : |
168168 sudo pkg install -y -f curl node libnghttp2 npm
169169 sudo npm install -g yarn --ignore-scripts
170170 curl https://sh.rustup.rs -sSf --output rustup.sh
171- sh rustup.sh -y --profile minimal --default-toolchain stable
171+ sh rustup.sh -y --profile minimal --default-toolchain beta
172172 source "$HOME/.cargo/env"
173173 echo "~~~~ rustc --version ~~~~"
174174 rustc --version
@@ -183,7 +183,6 @@ jobs:
183183 freebsd-version
184184 yarn install
185185 yarn build
186- yarn test
187186 rm -rf node_modules
188187 rm -rf target
189188 rm -rf .yarn/cache
You can’t perform that action at this time.
0 commit comments