Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion .github/workflows/release-swift-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
build-and-release:
name: Build and release DashSDKFFI
runs-on: macos-15
timeout-minutes: 45
# Two cold release-profile builds (device + simulator) of ~25 min each.
timeout-minutes: 90
permissions:
contents: write # attach the xcframework to the platform release
# Serialize same-tag runs (e.g. an emergency dispatch racing the
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
release-npm:
name: Release NPM packages
runs-on: ubuntu-24.04
timeout-minutes: 60
# A release usually misses the js-build artifact cache and rebuilds every
# WASM package from scratch, which already takes close to an hour.
timeout-minutes: 120
if: github.event_name != 'workflow_dispatch'
steps:
- name: Check out repo
Expand Down
Loading