Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
artifact_name: wsc
asset_name: wsc-linux-aarch64
cross: true
# macOS x86_64 (Intel)
# macOS x86_64 (Intel) - using macos-15-intel (macos-13 deprecated Dec 2025)
- target: x86_64-apple-darwin
os: macos-13
os: macos-15-intel
artifact_name: wsc
asset_name: wsc-macos-x86_64
# macOS aarch64 (Apple Silicon)
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Publish crates to crates.io
run: ./publish publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

build-and-release:
name: Build & Release WASM Component
Expand Down
Loading