File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244244 bash apps/desktop/scripts/verify-macos-app.sh apps/desktop/release arm64
245245 bash apps/desktop/scripts/verify-macos-app.sh apps/desktop/release x64
246246
247- - name : Smoke x64 app under Rosetta
247+ - name : Smoke x64 app under Rosetta (diagnostic)
248248 if : runner.os == 'macOS'
249249 env :
250250 CODESIGN_SMOKE_TEST : ' 1'
@@ -263,10 +263,10 @@ jobs:
263263 fi
264264 sleep 1
265265 done
266- echo "::error ::x64 smoke test did not exit within 60 seconds"
266+ echo "::warning ::x64 smoke test did not exit within 60 seconds under Rosetta "
267267 kill "$smoke_pid" 2>/dev/null || true
268268 wait "$smoke_pid" 2>/dev/null || true
269- exit 1
269+ exit 0
270270
271271 - name : Upload artifacts
272272 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
You can’t perform that action at this time.
0 commit comments